const routes: Routes = [ { path: 'parent', component: ParentComponent, children: [ { path: 'child', component: ChildComponent } ] } ];
import { ChildComponent } from './child.component';
This is the Child Component
上一篇:Angular路由不跳转到另一页。
下一篇:Angular路由不显示组件