sample-app-angular-hybrid
sample-app-angular-hybrid copied to clipboard
Reduce app size
current dual boot app size is big, which mainly become heavy in case of mobile app for downloading. Dual boot app size is near about 36MB which is 6MB on live which was build only with angularjs. We tried to use ng build --prod to reduce size of the app, it reduced the size but app is not working after deployment. It gives Header Overflow error.