Skip to content

Commit

Permalink
Change language type
Browse files Browse the repository at this point in the history
  • Loading branch information
HackAfro authored Jan 19, 2018
1 parent 5b62358 commit 5439604
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ Example

Import each spinners' module into your module file and use the spinner component anywhere.

```angular
```typescript
import {AtomSpinnerModule} from 'angular-epic-spinners'

@NgModule({
imports: [AtomSpinnerModule]
})
```

Then in your html file

```html
<app-atom-spinner
[animationDuration]="1000"
[size]="60"
Expand All @@ -35,7 +39,7 @@ Import each spinners' module into your module file and use the spinner component
## Components list
You can easily configure spinners' size, color and animation speed

```angular
```html
<app-flower-spinner
[animationDuration]="2500"
[size]="70"
Expand Down

0 comments on commit 5439604

Please sign in to comment.