Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Show how to reference scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Ludlow committed Mar 9, 2016
1 parent 8352147 commit 73944a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<script src="node_modules/ng2-bs3-modal/bundles/ng2-bs3-modal.js"></script>

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:

Expand Down

0 comments on commit 73944a0

Please sign in to comment.