InitDirective

Selectors

[init]

Context

interface InitContext {
    $implicit: any;
}

Properties

Property

Description

@Input()

set initOf: string

Example

<ng-container *init="let myvar of 'LOL'">
    {{ myvar }}
</ng-container>

See more

Last updated