From 73944a0d4021c54ab198c8505f0356e64cd9e219 Mon Sep 17 00:00:00 2001 From: Douglas Ludlow Date: Wed, 9 Mar 2016 15:09:46 -0700 Subject: [PATCH] Show how to reference scripts. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 44a59e6..5f01089 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,18 @@ Or, if you're using systemjs, configure it to load them. And import them in your ## Install npm install ng2-bs3-modal + +Include a reference to the bundle in your html + + + +Or if you're using SystemJS, add a mapping to your System.config: + + System.config({ + map: { + 'ng2-bs3-modal': 'node_modules/ng2-bs3-modal' + } + }); Then import and include in your component's directives: