Simple hello world web component

This commit is contained in:
Denys Vuika
2016-04-14 12:04:25 +01:00
parent 54cae495b1
commit 2aaf4a0a77
4 changed files with 68 additions and 2 deletions

View File

@@ -58,7 +58,7 @@
<a [routerLink]="['Page1']">Native</a>
</li>
<li [class.active]="isActive(['Page2'])">
<a [routerLink]="['Page2']">Page 2</a>
<a [routerLink]="['Page2']">WebComponents</a>
</li>
<li [class.active]="isActive(['Forms'])">
<a [routerLink]="['Forms']">Forms</a>