1.0.0 • Published 2 years ago

ngx-nice-loading v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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>
1.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago