> For the complete documentation index, see [llms.txt](https://ngxf.gitbook.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ngxf.gitbook.io/platform/api/timeoutdirective.md).

# 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](/platform/features/timeout.md)
