V
Size: a a a
V
R
V
getActivatedChild = (route: ActivatedRoute): ActivatedRoute => {
if (!route.firstChild) {
return route;
}
return this.getActivatedChild(route.firstChild);
};И
SK
VL
NS
NS
NS
NS
NS
VL
М
М
И
И
М
М
MR
М