From ef63177c873e0087c5a8e97bc6fcfa17cabfb8f8 Mon Sep 17 00:00:00 2001 From: Troy McKinnon Date: Wed, 22 Nov 2017 02:57:07 -0600 Subject: [PATCH] docs(readme): Update installation docs with typescript support (#599) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 40ec951..397cf5e 100644 --- a/README.md +++ b/README.md @@ -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 ```