КС
Size: a a a
КС
КС
// app routing
{
path: '**',
loadChildren:
'@pages/not-found-page/not-found-page.module#NotFoundPageModule',
},
// notfound routing
const routes: Routes = [
{
path: '',
component: NotFoundPageComponent,
pathMatch: 'prefix',
},
];
S
КС
S
const routes: Routes = [
{
path: ':postId',
children: [
{
path: '',
component: PostComponent,
},
{
path: ':linkedVideoId',
outlet: 'linked-video',
component: PostLinkedVideo
}
]
},
];
S
AK
AK
AK
S
DH
S
[datasets]="getTest()"
)DH
[datasets]="getTest()"
)DH
S
S
S
DH
СГ
S