@logo-software/loading
v11.0.0
Published
Logo Loading library allows developers to show loading screens on Http Requests.
Downloads
101
Readme
Loading Module
Logo Loading library allows developers to show loading screens on Http Requests.
Click here for demo
Installation
All public npm packages of Logo Software is at https://www.npmjs.com/~logofe. To install Loading Module:
$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/loading -sJust import it to your project of @NgModule import section.
@NgModule({
imports: [CommonModule, LogoLoadingModule],
providers: [ LogoLoadingService ],
})
export class AppModule {
}Tour Component
Loading component allows developers to show loading screens on Http Requests. It will automatically appears and disappears on http requests.
<logo-loading></logo-loading>For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview
