I'm working on a Web Progressive App using Angular 4. This app needs to be wrapped up in an Apache Cordova as a Hybrid app built for Android and iOS platforms.
I'm looking for a working boilerplate template for Cordova + Angular 4.
Cordova is using www
folder for web app and Angular 4 is using src
folder for web app. How to merge this two together to work?
Angular 'ng serve' should also work?
I finally manage to solve my problem.
Here is a working boilerplate: