A
Size: a a a
A
OS
R
A
A
R
R
R
AI
const routes: Routes = [
{
path: '',
component: MainLayoutComponent,
children: [
{ path: '', component: HomeComponent, canActivate: [AuthGuard] },
{ path: 'store', component: StoreComponent, canActivate: [AuthGuard] },
{ path: 'settings', component: SettingsComponent, canActivate: [AuthGuard] },
{ path: 'login', component: LoginComponent },
{ path: 'signup', component: SignupComponent },
{ path: '**', redirectTo: '', pathMatch: 'full' }
],
}
];
D
S
R
AI
D
R
D
S
А
ГЩ
А