СБ
Size: a a a
СБ
S🥐
S🥐
S🥐
S🥐
СБ
S🥐
ДМ
ДМ
const routes: Routes = [{
path: '', component: AppComponent, children: [
{path: 'home', component: HomeComponent, pathMatch: 'full', },
{path: 'products', component: ProductsComponent, pathMatch: 'full'},
]
}];
ДМ
DG
DG
🌀
const routes: Routes = [
{path: '',
redirectTo: 'home'},
{path: 'home', component: HomeComponent, pathMatch: 'full’ },
{path: 'products', component: ProductsComponent, pathMatch: 'full'}
];
AS
pathMatch: 'full’
?RK
const routes: Routes = [
{path: '',
redirectTo: 'home'},
{path: 'home', component: HomeComponent, pathMatch: 'full’ },
{path: 'products', component: ProductsComponent, pathMatch: 'full'}
];
AT
S
PP
IF
empty error no elements in sequence
? Нагуглил два варианта проблемы, какая-то кривая версия rxjs, еще 5, либо же проблемы с роутингом. У меня не попадает ни туда, ни туда. Вообще может кто-то объяснить что значит такое сообщение? Спасибо.MK