mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
de4ace77fe
Also change the Extractor API to align with the Codegen API (internal APIs)
6 lines
113 B
HTML
6 lines
113 B
HTML
<div>
|
|
<h1 i18n>hello world</h1>
|
|
<a [routerLink]="['lazy']">lazy</a>
|
|
<router-outlet></router-outlet>
|
|
</div>
|