From: Tomi Virkki Date: Wed, 13 Jan 2016 07:51:00 +0000 (+0200) Subject: Angular 2 example description X-Git-Tag: v1.0.0~47^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=01b11927f9fe00367f0eebbf41105cdf0bad170e;p=vaadin-core.git Angular 2 example description --- 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

Angular2 (beta1) Integration

-

Click a row to see an enlarged user image.

+

This example demonstrates integrating vaadin-core-elements 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 vaadin-grid we're required to configure the columns + trough the JS APIs instead of using the light dom table configuration.

+

Click a row to see an enlarged user image or change the value of the select in + vaadin-grid header to filter the results by gender.

+

Note: IE isn't currently supported.

+