@tusharghoshbd/ngx-loader
v1.1.0
Published
Angular loader component using html and css
Downloads
179
Maintainers
Readme
Ngx Loader
Ngx loader is an angular library for preloader. It is very easy to integrate to component and can be customize with custom template.
Demo
Installation
npm i @tusharghoshbd/ngx-loader
Usage
app module
import { NgxLoaderModule } from '@tusharghoshbd/ngx-loader';
@NgModule({
imports: [ ..., NgxLoaderModule ]
})
Html file
<ngx-loader [show]="true" > Loading... </ngx-loader>
Features:
- Fullscreen mode
- Insider container mode (Parent container must be style position: relative)
- Customize the template
- Easy to integrate in component
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.