# InitDirective

## Selectors

`[init]`

## Context

```typescript
interface InitContext {
    $implicit: any;
}
```

## Properties

| **Property**                                              | Description |
| --------------------------------------------------------- | ----------- |
| <p>@Input()</p><p>set <strong>initOf</strong>: string</p> |             |

## Example

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

[See more](https://ngxf.gitbook.io/platform/features/init)
