Answer the question
In order to leave comments, you need to log in
How to fix Angular 2 bug (somewhere in WebPack) in conjunction with Cordova?
Environment:
> node -v
v6.11.0
> npm -v
3.10.10
> ng -v
@angular/cli: 1.1.2
os: win32 x64
> cordova -v
7.0.1
> ng new App
> cd App
> cordova create cordova com.mycompany.app App
> ng build --output-path=cordova/www/ --base-href .
> cd cordova
> cordova platform add android
> cordova run android
chrome://inspect/#devices
see the error "Uncaught TypeError: Cannot call method 'apply' of undefined in vendor.bundle.js:5706":Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question