m
Никаких ярких вывесок с рекламой, люди не смотрят в свои телефоны, а транспорт ездит очень медленно
Size: a a a
m
Вキ
m
Вキ
L
m
Вキ
L
m
m
АГ
<router-outlet
(activate)='onActivate($event)'
(deactivate)='onDeactivate($event)'></router-outlet>
АГ
@Directive({
selector: ‘router-outlet[setSideNavControl]'
})
export class SetSideNavControlDirective {
@Output() setSideNavControl = new EventEmitter();
ngOnInit() {
this.setSideNavControl.next(true);
}
}
Вキ
L
L
L
АГ
m
class Perso {
const Clothes clothes = Clothes();
}
Вキ