feat(i18n): pass translation config directly into ngc (#10622)
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
<form><input type="button" [(ngModel)]="ctxProp" name="first"/></form>
|
||||
<my-comp *ngIf="ctxBool"></my-comp>
|
||||
<div *ngFor="let x of ctxArr" [attr.value]="x"></div>
|
||||
<p id="welcomeMessage"><!--i18n-->Welcome<!--/i18n--></p>
|
||||
|
||||
Reference in New Issue
Block a user