In order to run the application using the browser compilation, run
npm run start-browser
In order to run the same using application compilation, do
npm run start-application
Then navigate to the localhost:4200 to view the application. In the regular browser compilation, things work as expected. Using the application compilation, the menu is not visible and the buttons using controller opened modal are also not visible. And i don't know what else is breaking in ionic.