– > Added a new page
–> Included in modules declarations and entryComponents
–> Imported in app.component.ts and made it a rootPage
–> Now nothing works , and won’t load. Even livereload wont work.
Decided to revert back
–> removed everything that i added , including all imports.
–> Reverted rootPage back to TabsPage.
You should see a .tmp folder in the root of your project. Try deleting that and re-run ionic serve or just ionic build browser. There’s probably either a template syntax error or a TypeScript compilation error that’s not being flagged up.
I think you do have a build error, it’s just not showing you what the error is. I’ve found ionic build browser after deleting .tmp usually shows the compilation error.