# TimeoutDirective

## Selectors

`[timeout]`

## Properties

| **Property**                                           | Description |
| ------------------------------------------------------ | ----------- |
| <p>@Input()</p><p><strong>timeout</strong>: number</p> |             |

## Example

```markup
<ng-container *timeout="3000">
    This text you will see after 3000ms.
</ng-container>
```

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