ngx-autohide
v2.0.13
Published
This library is used to automatically hide an Angular Component.
Downloads
17
Readme
NgxAutohide
This library is used to automatically hide an Angular Component.
⚙️ Installation
npm install ngx-autohide --save
📖 Usage
1. By default timings is 5000ms(5s)*
<div autoHide>
No More Information!
</div>
2. Set timings = 10000ms(10s)*
<div autoHide [timings]="10000">
No More Information!
</div>
☀️ License
[MIT]