fix(compiler_cli): allow to use builtin directives like NgIf, …
Related to #8448 Closes #8454
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<div>{{ctxProp}}</div>
|
||||
<form><input type="button" [(ngModel)]="ctxProp"/></form>
|
||||
<my-comp></my-comp>
|
||||
<my-comp *ngIf="ctxBool"></my-comp>
|
||||
Reference in New Issue
Block a user