akserg / ng2-slim-loading-bar

Angular 2 component shows slim loading bar at the top of the page.
MIT License
358 stars 93 forks source link

ng2-slim-loading-bar/ 403 (Forbidden) #31

Closed uvconnects closed 7 years ago

uvconnects commented 7 years ago

Not sure why I get this error. I am using the systemJs.config paths: { // paths serve as alias 'npm:': 'node_modules/','ng2-slim-loading-bar': 'npm:ng2-slim-loading-bar',

'ng2-slim-loading-bar': { defaultExtension: 'js' },

akserg commented 7 years ago

Did you change the systemjs.config.js to point to the Angular's umd.js file instead of the index.js?