11.0.0 • Published 2 years ago

@logo-software/loading v11.0.0

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 years ago

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

Just 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

11.0.0

2 years ago

4.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago