TimeoutDirective

Selectors

[timeout]

Properties

Property

Description

@Input()

timeout: number

Example

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

See more

Last updated