2.0.13 • Published 2 years ago

ngx-autohide v2.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

2.0.12

2 years ago

2.0.11

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago