2.0.0 • Published 6 years ago
simple-ng-loader v2.0.0
simple-ng-loader
This package intercept your http request and shows the loader for you on each request and is in beta version. This project was generated with Angular CLI version 9.0.0.
Installation
The developer can install this package using the below command
c:\projects\your-project> npm install simple-ng-loader --saveCompatibility
Compatible verymuch with angular 9.0.0 version
Dependancy
HttpClientModuleHow to use
In AppModule
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { SimpleNgLoaderModule } from 'simple-ng-loader';
import { HttpClientModule } from '@angular/common/http';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
AppRoutingModule,
SimpleNgLoaderModule,
HttpClientModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }In app.component.html
<simple-ng-loader type="dots"></simple-ng-loader>Inputs
| Input | value |
|---|---|
| type | "dots","circle","bar" |
| delayTime | from 0 to 500 (milli sec) |
######End of the file
2.0.0
6 years ago
0.0.0
6 years ago
0.0.20
6 years ago
0.0.22
6 years ago
0.0.24
6 years ago
0.0.12
6 years ago
0.0.14
6 years ago
0.0.16
6 years ago
0.0.17
6 years ago
0.0.18
6 years ago
0.0.19
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago