@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