I try to build a native mobile app using PhoneGap SDK with Angular 2. I got the "ng build --prod" output and put it into /www folder of PhoneGap project.
Now on mobile app: PhoneGap Developer, the page is loading but the Angular 2 module is not initiating. I don't get any errors using the debugging tool: weinre (mentioned here: http://docs.phonegap.com/references/developer-app/debugging/)
Do you have any ideas how I get an error? I already tried "adb logcat" (Android debugging)
The web app is running without any errors accessing the IP-Address with port 3000 directly.