UNPKG

angular-pdf-view

Version:
20 lines (15 loc) 379 B
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' } } ```