角材料MatDialog.open(Component)自动选择Component的第一个链接

时间:2019-03-04 06:57:35

标签: angular angular-material

角材料matdialog.open(OrderComponent)自动选择OrderComponent的第一个链接(在app-routing.module.ts中定义),但是我想导航到第二个“ / order / edit /:id” OrderComponent的子链接。 app.routing.module.ts:

 {
        path: 'order', children: [
          { path: '', component: OrderComponent },
          { path: 'edit/:id', component: OrderComponent }
        ]
      }

1 个答案:

答案 0 :(得分:0)

您无法使用matdialog更改路由器,但在这种情况下,您可以根据数据更改将数据发送到matdialog,您可以在{{1 }}

ordercomponent