Angular Routing target the main router outlet from nested child

前端 未结 0 1482
[愿得一人]
[愿得一人] 2021-01-28 22:18

In my app-routing I have set this up:

const routes: Routes = [
    {
        path: \'login\',
        loadChildren: () => import(\'./login/login.module\').then         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题