Timeout

The timeout directive is an indispensable setTimeout that helps to solve many incomprehensible problems associated with premature initialization or late execution.

Create Timeout

An example in COMPONENT.template.html.

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

Last updated