0.1.1 • Published 4 years ago

ngx-simple-loading v0.1.1

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

Angular Loading Component

A simple Angular Loading Component. This is built by Angular CLI v9.

Simple Demo: Demo

Install

npm i -s ngx-simple-loading

Usage

Import the component in app.module.ts or whatever else you like,

import { NgxSimpleLoadingComponent } from 'ngx-simple-loading';

also in the same file, add the component in declarations

@NgModule({
  declarations: [
    ...
    NgxSimpleLoadingComponent
  ],
  ...
})

Then, use the component by just

<ngx-simple-loading></ngx-simple-loading>

Setting the text

It is possible to customize the text by setting attribute "text", say

<ngx-simple-loading [text]="'読み込み中'"></ngx-simple-loading>
0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago