ngx-nice-loading
v1.0.0
Published
## How to Use it:
Downloads
13
Readme
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>