0.0.17 • Published 7 years ago

@fivethree/loading v0.0.17

Weekly downloads
1
License
-
Repository
-
Last release
7 years ago

@fivethree/loading

Installation

To get started, install the package from npm. The latest version supports Ionic v4 and Angular/RX 6.

npm install @fivethree/loading --save

# or if you are using yarn
yarn add @fivethree/loading

then in app.module.ts, import the LoadingModule:

import { NgModule } from '@angular/core';
import { LoadingModule } from '@fivethree/loading';

@NgModule({
  imports: [
    LoadingModule
  ]
})
export class AppModule {}
0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago