Skip to content

Commit 0978dc0

Browse files
thekibaAlex
authored andcommitted
feat(core): added *init directive
An example: <ng-container *init="let myvar of 'lol'">{{ myvar }}</ng-container>
1 parent cd1ccd6 commit 0978dc0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<ng-container *init="let myvar of 'LOL'">
2+
{{ myvar }}
3+
</ng-container>

0 commit comments

Comments
 (0)