TimeoutDirective

Selectors

[timeout]

Properties

Example

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

See more

Last updated