Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

Ionic 5: Generates pages differently!

$
0
0

@IvoNikolov wrote:

Can someone explain why now it is loading pages with a page-routing.module.ts. and all pages in the app-routing.module.ts:

{
path: ‘’,
loadChildren: () => import(’./page/page.module’).then(m => m.PagePageModule)
}

I want to make tabs but I cannot without deleting the tab1-routing.module.ts page and setting the RouterModule in the tab1.module.ts. Is there a way to create a page without the routing-module in it?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles