new child route not working.
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 8.1k
- Fork
- 1.5k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
{
path: 'auth',
component: NbAuthComponent,
children: [
{
path: '',
component: LoginComponent,
},
{
path: 'login',
component: LoginComponent,
},
{
path: 'posretail',
component: PosRetailComponent,
},
],
},
{ path: '', redirectTo: 'auth/login', pathMatch: 'full' },
{ path: '**', redirectTo: 'auth/login' },
when I enter url http://localhost:4200/auth/posretail its not route to PosRetailComponent?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.