NA
Size: a a a
NA
Ć
Ć
Ć
Ć
Ć
ТШ
A

AS
const routes: Routes = [
{
path: '',
component: TabsPage,
children: [
{
path: 'survey',
children: [
{
path: '',
loadChildren: () =>
import('../survey/survey.module').then(m => m.SurveyPageModule)
}
]
},
{
path: 'alerts',
children: [
{
path: '',
loadChildren: () =>
import('../alerts/alerts.module').then(m => m.AlertsPageModule)
}
]
},
{
path: 'person',
children: [
{
path: '',
loadChildren: () =>
import('../person/person.module').then(m => m.PersonPageModule)
}
]
},
{
path: '',
redirectTo: 'survey',
pathMatch: 'full'
},
]
},
];
A
Ć
АК
АК
АР
АР
IF
Ć
Ć