Skip to content

Commit

Permalink
Create SYSTEMJS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez authored Aug 1, 2016
1 parent 6e8cf33 commit 824c01b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions SYSTEMJS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
In your ```system.config.js```

Append to ```map```

```js
var map = {
...
'ng2-pdf-viewer': 'node_modules/ng2-pdf-viewer'
}
```

and then add to ```packages```

```js
var packages = {
...
'ng2-pdf-viewer': { main: 'dist/pdf-viewer.component.min.js' }
}
```

0 comments on commit 824c01b

Please sign in to comment.