router-outlet正在追加而不是取代Angular 6.0.3

时间:2018-05-28 17:50:22

标签: angular

当我使用<a routerLink="/settings">settings</a>时,组件代码为:

const routes: Routes = [
    { path: 'home', component: HomeComponent},
    { path: 'settings', component: SettingsComponent},
    { path: '', redirectTo: '/home', pathMatch: 'full' }
];

它没有将/routing导航到设置组件,而是在同一页面中打开。

我使用的是Angular 6.0.3版本。

0 个答案:

没有答案