2.0.13 • Published 3 years ago

ngx-autohide v2.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

2.0.13

3 years ago

2.0.12

3 years ago

2.0.11

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago