I\'m trying to create a ionic 3 tabs app with lazy loading without importing the components .
in my app.component.ts
rootPage:string = \"Tabs\";
Ensure at Tabs.html you include [root]="FavoritesRoot" as indicated below
[root]="FavoritesRoot"