0.1.1 • Published 5 years ago

ngx-simple-loading v0.1.1

Weekly downloads
10
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.0

5 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago