| Author: | t7yang |
|---|---|
| Official Page: | Go to website |
| Publish Date: | April 8, 2020 |
| License: | MIT |
Description:
An Angular component that makes it easier to integrate the Loader.css powered loading indicators in your latest Angular projects.
Install & Import:
# Yarn $ yarn add ngx-loaders-css loaders.css # NPM $ npm install ngx-loaders-css loaders.css --save
import { NgxLoadersCssModule } from 'ngx-loaders-css';
@NgModule({
// ...
imports: [BrowserModule, NgxLoadersCssModule],
})
export class AppModule {}ve