diff options
author | Tomi Virkki <virkki@vaadin.com> | 2016-01-13 09:51:00 +0200 |
---|---|---|
committer | Tomi Virkki <virkki@vaadin.com> | 2016-01-13 09:51:00 +0200 |
commit | 01b11927f9fe00367f0eebbf41105cdf0bad170e (patch) | |
tree | 69a01f26a6bb565be3670f2b462054a4e54a00db | |
parent | 1d55e957f8ef3edc7d4f7c97f2fa9ae472bd8b55 (diff) | |
download | vaadin-core-01b11927f9fe00367f0eebbf41105cdf0bad170e.tar.gz vaadin-core-01b11927f9fe00367f0eebbf41105cdf0bad170e.zip |
Angular 2 example description
-rw-r--r-- | demo/angular2.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/demo/angular2.html b/demo/angular2.html index a254f8b..8732134 100644 --- a/demo/angular2.html +++ b/demo/angular2.html @@ -22,7 +22,14 @@ layout: page <section> <h3>Angular2 (beta1) Integration</h3> - <p>Click a row to see an enlarged user image.</p> + <p>This example demonstrates integrating <code>vaadin-core-elements</code> with an Angular 2 app. + Notice that currently we can't declare light DOM content for a Web Component inside the component + template so in case of <code>vaadin-grid</code> we're required to configure the columns + trough the JS APIs instead of using the light dom <code>table</code> configuration.</p> + <p>Click a row to see an enlarged user image or change the value of the select in + <code>vaadin-grid</code> header to filter the results by gender.</p> + <p><strong>Note:</strong> IE isn't currently supported.</p> + <code-example> <iframe src="angular-demo-embed.html" style="width: 100%; height: 600px; border: none; display: none;"></iframe> <style> |