ngx-autohide
TypeScript icon, indicating that this package has built-in type declarations

2.0.13 • Public • Published

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]

Readme

Keywords

Package Sidebar

Install

npm i ngx-autohide

Weekly Downloads

9

Version

2.0.13

License

MIT

Unpacked Size

24.8 kB

Total Files

14

Last publish

Collaborators

  • porrychen