Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 16000

How to load routing module in angular 17 for RouterModule.forChild

$
0
0

I need to covert my Angular 16 project into Angular 17And I used the routing module for lazy loading in Angular 16my Angular 16 code was like this

@NgModule({    declarations: [DashboardComponent],    imports: [        CommonModule,        RouterModule.forChild([            {                path: '',                component: DashboardComponent,            },        ]),    ],})I just need this into Angular 17Thanks in Advance.

Viewing all articles
Browse latest Browse all 16000

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>