const routes: Routes = [ { path: '', loadChildren: './user-panel/user-panel.module#UserPanelModule' } ];. In this line, you didn't import user-panel ...
確定! 回上一頁