Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mledour/angular-loading-page

An automatic Angular loading directive & loading animated indicators components
https://github.com/mledour/angular-loading-page

angular angular-components angular-directives angular2 angular4 typescript

Last synced: 2 months ago
JSON representation

An automatic Angular loading directive & loading animated indicators components

Awesome Lists containing this project

README

        

# angular-loading-page

An automatic Angular loading directive & loading animated indicators components for Angular 4+

## Doc & Demo
[https://mika-el.github.io/angular-loading-page](https://mika-el.github.io/angular-loading-page/)

## Installation

To install this library, run:

```bash
$ npm install angular-loading-page --save
```
## Install demo
```bash
$ git clone git://github.com/mika-el/angular-loading-page
$ cd angular-loading-page
$ npm install
```

## Run demo
```bash
$ ng serve
```

## Build demo
```bash
$ ng build --prod
```

## Build dist
```bash
$ ng build angular-loading-page
```