在新路线中显示弹出窗口 - 角度6

时间:2018-06-06 05:01:15

标签: angular routing popup

我需要在新路线中显示弹出窗口。 例如,如果我单击显示用户的详细信息,则应使用新路由打开弹出窗口。它必须有一个上一页的信息(父组件)。

每当我点击新路线时,默认情况下都必须打开弹出窗口。

我试过



const appRoutes: Routes = [
  { path: 'dashboard', component: HomeComponent,
   children: [ { path: 'profile-update', component: PopupComponent }] }
];



 enter image description here

但我不知道如何从这里开始。 请指导我。

0 个答案:

没有答案