You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DynamicLayoutComponent should be added to the app-routing.module.ts as shown below:
// all routes should be a child of the DynamicLayoutComponentconstroutes: Routes=[{path: '',component: DynamicLayoutComponent,// should be defined at root levelchildren: [// other routes],},];
The text was updated successfully, but these errors were encountered:
The
DynamicLayoutComponent
should be added to theapp-routing.module.ts
as shown below:The text was updated successfully, but these errors were encountered: