From 710f5f580fc9633cd51698820930b30ccdc79c24 Mon Sep 17 00:00:00 2001 From: Troy McKinnon Date: Tue, 21 Nov 2017 16:30:49 -0600 Subject: [PATCH] docs(readme): Update installation docs with typescript support --- 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 ```