0
組件TwoComponent
顯示在常規router-outlet
內部並在其模板內命名爲router-outlet
。我使用下面的代碼來顯示子路由(類似於regular outlets
的使用方式),但它不起作用。指定插座內部的常規插座
{
path: 'two',
component: TwoComponent,
outlet: 'named',
children: [
{
path: 'child',
component: TwoChildComponent
}
]
}
請看看這個plunkr https://embed.plnkr.co/m1zkHVIfIvDzL6a5PfBB/
我無法表達我是多麼感激我給你!謝謝你,先生!我愛你! –
不客氣! – yurzui