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

1.0.0 • Public • Published

NgxNiceLoading

How to Use it:

import the NgxNiceLoadingModule inside the desired module:

import { NgxNiceLoadingModule } from 'ngx-nice-loading';
@NgModule({
declarations: [],
imports: [CommonModule, NgxNiceLoadingModule],
exports: [],
})
export class AppModule {}

and finally import below code in the template file:

 <ngx-nice-loading></ngx-nice-loading>

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-nice-loading

Weekly Downloads

5

Version

1.0.0

License

none

Unpacked Size

24.9 kB

Total Files

22

Last publish

Collaborators

  • babakbhd