Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HackAfro/angular-epic-spinners
Reusable angular components for epic-spinners
https://github.com/HackAfro/angular-epic-spinners
angualr4 angular spinner-components typescript
Last synced: 3 days ago
JSON representation
Reusable angular components for epic-spinners
- Host: GitHub
- URL: https://github.com/HackAfro/angular-epic-spinners
- Owner: HackAfro
- License: mit
- Created: 2018-01-09T15:35:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:17:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T03:30:48.247Z (23 days ago)
- Topics: angualr4, angular, spinner-components, typescript
- Language: TypeScript
- Homepage: https://hackafro.github.io/angular-epic-spinners/
- Size: 1.7 MB
- Stars: 172
- Watchers: 1
- Forks: 16
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - angular-epic-spinners - Reusable angular components for epic-spinners. (Uncategorized / Uncategorized)
README
# Angular Epic Spinners
[![npm](https://img.shields.io/npm/dm/angular-epic-spinners.svg)]() [![npm](https://img.shields.io/npm/l/angular-epic-spinners.svg)]() [![npm](https://img.shields.io/npm/v/angular-epic-spinners.svg)]()Reusable angular components for epic spinners
## Demo
Visit the [demo](http://hackafro.github.io/angular-epic-spinners/) page to see spinners in action## Installation
`npm install --save angular-epic-spinners`
OR
`yarn install angular-epic-spinners`
## Usage
ExampleImport each spinners' module into your module file and use the spinner component anywhere.
```typescript
import {AtomSpinnerModule} from 'angular-epic-spinners'
@NgModule({
imports: [AtomSpinnerModule]
})
```Then in your html file
```html
```## Components list
You can easily configure spinners' size, color and animation speed```html
```
## Support?
- Star the repo :star:
- Create pull requests
- Follow me on twitter [@iamAfro](https://twitter.com/iamafro)## License
[MIT](https://github.com/HackAfro/angular-epic-spinners/blob/v1.0.3/LICENSE) license.