feat(compiler-cli): private i18n API for the CLI (#13536)

Also change the Extractor API to align with the Codegen API (internal APIs)
This commit is contained in:
Victor Berchet
2016-12-19 11:56:10 -08:00
committed by Chuck Jazdzewski
parent 0e3981afc1
commit 6b65fc1286
6 changed files with 145 additions and 46 deletions

View File

@ -1,5 +1,5 @@
<div>
<h1>hello world</h1>
<h1 i18n>hello world</h1>
<a [routerLink]="['lazy']">lazy</a>
<router-outlet></router-outlet>
</div>