just as a test (and to understand a bit better how things are loaded) i tried to remove pages/home/* from the ionic blanc starter. My idea was it I would like to create a minimal app that has just the files under scr/app/*
However, everything I tried to change in app.html and app.component.ts (e.g. setting rootPage, …)
was no success, i can’t get this running.
there is no “reason” doing it. Its just an exercise (for me) to understand ionic a bit better.
empting app.html (or copy the directives from home.html) and remove all Homepage references, was my first try.
It complies but it display nothing. And i like at least a “Hello wold” on the rootPage.