0.2.0 • Published 4 years ago

ngx-xenc-loading-mat v0.2.0

Weekly downloads
29
License
MIT
Repository
-
Last release
4 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

4 years ago

0.1.8

5 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago