Skip to content

Commit ef63177

Browse files
trodiValentinH
authored andcommitted
docs(readme): Update installation docs with typescript support (#599)
1 parent e4b81f4 commit ef63177

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ By default, the slider value is always rounded to the nearest step. A side effec
7979
```
8080
npm i angularjs-slider
8181
```
82+
#### Typescript Support
83+
Typescript definition files are provided with this project. To use them, be sure you have the angular type definition peer dependency installed.
84+
```
85+
npm i @types/angular
86+
```
8287
or
8388
### Bower
8489
```

0 commit comments

Comments
 (0)