0
を働いていないルーティング、すべてが正常ですが、ルーティングはもう機能していない、角度2のWebPACK-devのサーバー、私はWebPACKのルーティングが正常に動作してインストールする前に、私はWebPACKのインストール
export const appRoutes: Routes = [
{ path: '', pathMatch: 'full', redirectTo: 'main' },
{ path: 'login', component: LoginComponent },
{ path: 'main', component: mainPage },
{ path: 'verification', component: Verification },
{ path: 'profile', component: Profile },
{ path: 'search', component: Search },
{ path: 'userProfile', component: UserProfile },
];
あなたは何を得ていますか? – Aravind
すでに見つかった解決策 –