Angular: Cannot read property 'call' of undefined (when bootstrapping)

后端 未结 6 1315
长发绾君心
长发绾君心 2021-01-03 21:10

Check the update on the bottom!

I have a service that throws an error while the app is bootstrapping. Cannot read property \'call\' of undefined. I\'m u

6条回答
  •  旧时难觅i
    2021-01-03 21:52

    I had a similar issue. I updated to @angular-cli (1.0.0-rc.2) and @angular/core(2.4.9) and followed Sandrooco's solution. However, there is an additional file polyfills.bundle.js required to work.

    
    
    
    
    
    

    I hope it helps.

提交回复
热议问题