1.1.0 • Published 4 years ago

@tusharghoshbd/ngx-loader v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

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

npm.io

Demo in example

Demo in stackblitz

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.

License

MIT