In your ```system.config.js```

Append to ```map```

```js
var map = {
    'angular-pdf-view': 'node_modules/angular-pdf-view/bundles',
    'pdfjs-dist': 'node_modules/pdfjs-dist'
}
```

and then add to ```packages```

```js
var packages = {
    'angular-pdf-view': { defaultExtension: 'js', format: 'cjs' },
    'pdfjs-dist': { defaultExtension: 'js' }
}
```
