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
Cannot read property \'call\' of undefined
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.