/simple-loader

Primary LanguageTypeScriptMIT LicenseMIT

SimpleLoader

demo | See the code in StackBlitz.

Output

AngularEditor logo

Getting Started

Installation

Install via npm package manager

npm i simple-loader-lib

Versions

1.0.0 - for Angular v11.x.x and above

Usage

Import simple-loader-lib module

import { HttpClientModule} from '@angular/common/http';
import { SimpleLoaderLibModule } from 'simple-loader-lib';

@NgModule({
  imports: [ HttpClientModule, SimpleLoaderLibModule ]
})

Then in HTML

<sk-simple-loader-lib [loading]="true"></sk-simple-loader-lib>

Creators

Sathish Kotha