InitDirective
Selectors
Context
interface InitContext {
$implicit: any;
}Properties
Example
<ng-container *init="let myvar of 'LOL'">
{{ myvar }}
</ng-container>Last updated
interface InitContext {
$implicit: any;
}<ng-container *init="let myvar of 'LOL'">
{{ myvar }}
</ng-container>Last updated