J
<component [param1]=“param1” [param2]=“param2”></component>
@Input() set param2(v)
срабатывает
Size: a a a
J
<component [param1]=“param1” [param2]=“param2”></component>
@Input() set param2(v)
J
S
J
YS
J
J
DB
Error: Invalid configuration of route 'bux/offers'. One of the following must be provided: component, redirectTo, children or loadChildren
const routes: Routes = [
{
path: 'bux',
component: BuxComponent,
children: [
{
path: 'offers',
component: BuxOffersListComponent
}
]
}
];
Ti
Error: Invalid configuration of route 'bux/offers'. One of the following must be provided: component, redirectTo, children or loadChildren
const routes: Routes = [
{
path: 'bux',
component: BuxComponent,
children: [
{
path: 'offers',
component: BuxOffersListComponent
}
]
}
];
DB
Ti
DB
S
BuxOffersListComponent
перед этим кодомDB
BuxOffersListComponent
перед этим кодомTi
YS
DB
YS