Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mledour/angular-loading-page
- Owner: mledour
- License: mit
- Created: 2017-09-17T15:27:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T18:22:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T08:29:41.678Z (3 months ago)
- Topics: angular, angular-components, angular-directives, angular2, angular4, typescript
- Language: TypeScript
- Homepage: https://mika-el.github.io/angular-loading-page/#/
- Size: 3.49 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```