Skip to content

Commit

Permalink
docs(readme): Update installation docs with typescript support (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
trodi authored and ValentinH committed Nov 22, 2017
1 parent e4b81f4 commit ef63177
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ By default, the slider value is always rounded to the nearest step. A side effec
```
npm i angularjs-slider
```
#### Typescript Support
Typescript definition files are provided with this project. To use them, be sure you have the angular type definition peer dependency installed.
```
npm i @types/angular
```
or
### Bower
```
Expand Down

0 comments on commit ef63177

Please sign in to comment.