mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): Fix typo in documentation for standalone components (#48026)
PR Close #48026
This commit is contained in:
parent
1d1e33e8d0
commit
85d9b61f9a
1 changed files with 2 additions and 2 deletions
|
|
@ -188,8 +188,8 @@ export const ROUTES: Route[] = [
|
|||
{provide: ADMIN_API_KEY, useValue: '12345'},
|
||||
],
|
||||
children: [
|
||||
path: 'users', component: AdminUsersComponent,
|
||||
path: 'teams', component: AdminTeamsComponent,
|
||||
{path: 'users', component: AdminUsersComponent},
|
||||
{path: 'teams', component: AdminTeamsComponent},
|
||||
],
|
||||
},
|
||||
// ... other application routes that don't
|
||||
|
|
|
|||
Loading…
Reference in a new issue