devyumao / angular2-busy

Show busy/loading indicators on any promise, or on any Observable's subscription.
http://devyumao.github.io/angular2-busy/demo/asset/
MIT License
314 stars 102 forks source link

WARNING Cannot find source file index.ts #65

Open fdambrosio opened 7 years ago

fdambrosio commented 7 years ago

Hello, I have this error (on terminal and browser console) when I run yarn install or yarn start. I've simply installed the module and added the import in the app.module code. I'm using Angular4 and WebPack.

WARNING in ./~/angular2-busy/index.js (Emitted value instead of an instance of Error) Cannot find source file '../index.ts': Error: Can't resolve '../index.ts' in '.../node_modules/angular2-busy'

fdambrosio commented 7 years ago

how can I fix this warning?