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

Error: (index):40 Error: (SystemJS) Cannot read property 'toString' of undefined(…) #25

Closed eolcum closed 7 years ago

eolcum commented 7 years ago

I can use Module in DEV environment, but after I minimize it with "browserify -s main dist/app/main.js > dist/bundle.js" command, I get the error "(index):40 Error: (SystemJS) Cannot read property 'toString' of undefined(…)" on my PROD env.

It happens after I include the module: SlimLoadingBarModule.forRoot()

akserg commented 7 years ago

Hi @eolcum,

Please try 2.0.5 and confirm that you issue was fixed.

akserg commented 7 years ago

Please open the new issue if the problem still exists.