1.0.0 • Published 1 year ago

ngx-nice-loading v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago