0.2.0 • Published 5 years ago

ngx-xenc-loading-mat v0.2.0

Weekly downloads
29
License
MIT
Repository
-
Last release
5 years ago

NgxXencLoadingMat

This library was generated with Angular CLI version 9.0.6.

Dependencies

Usage

  • import
import {
  NgxXencLoadingModule,
  XcHttpClientInterceptor,
} from 'ngx-xenc-loading';
import { NgxXencLoadingMatModule } from 'ngx-xenc-loading-mat';
  • providers (optional)
{provide: HTTP_INTERCEPTORS, useClass: XcHttpClientInterceptor, multi: true}
  • template
<ngx-xenc-loading-mat></ngx-xenc-loading-mat>
  • properties
<ngx-xenc-loading-mat [overlayThreshold]="200" [hasOverlay]="true"></ngx-xenc-loading-mat>

hasOverlay : enable overlay , default true.

overlayThreshold : overlay show delay second , unit ms , default 500.

Running tests

Install dev dependencies:

$ ng test

Author

CBC

License

Copyright © 2018 CBC Licensed under the MIT license.


0.2.0

5 years ago

0.1.8

6 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago