Hey everybody, newbie question, please be kind
I am trying to build an app for my sister’s wedding while learning JS, Angular and Ionic. I created a blank project with ionic start and then inside this project I generated 5 tabs that I need for my app. I named the main tab page “tabbed”.
I am really troubled though with all the lazy loading stuff in ionic 3. How can I use tabbed.html (and as a result the 5 defined tabs) as a root page?
Navigating to app.component.ts and changing
rootpage:any = "Tabbed"
gives a ts cannot find name Tabbed.
I appreciate your help!