TimeoutDirective
Selectors
[timeout]
Properties
Property
Description
@Input()
timeout: number
Example
<ng-container *timeout="3000">
This text you will see after 3000ms.
</ng-container>
Last updated
[timeout]
Property
Description
@Input()
timeout: number
<ng-container *timeout="3000">
This text you will see after 3000ms.
</ng-container>
Last updated