]> source.dussan.org Git - vaadin-core.git/commitdiff
Angular 2 example description
authorTomi Virkki <virkki@vaadin.com>
Wed, 13 Jan 2016 07:51:00 +0000 (09:51 +0200)
committerTomi Virkki <virkki@vaadin.com>
Wed, 13 Jan 2016 07:51:00 +0000 (09:51 +0200)
demo/angular2.html

index a254f8be4f363b4821dda26e8f40686044206341..8732134d21d0c61f26d500ed618813e5a5cc3a4a 100644 (file)
@@ -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>