A
getDialogById
попробуйтеSize: a a a
A
getDialogById
попробуйтеОС
vg
B
shareReplay
но слыхал есть подводные камни и нужно правильные аргументы подставить?ОС
@ViewChild('contentPlaceholder') set content(content: ElementRef) {
if(content) { // initially setter gets called with undefined
this.contentPlaceholder = content;
}
}
B
@ViewChild('contentPlaceholder') set content(content: ElementRef) {
if(content) { // initially setter gets called with undefined
this.contentPlaceholder = content;
}
}
ОС
N
SJ
G
@ViewChild('contentPlaceholder') set content(content: ElementRef) {
if(content) { // initially setter gets called with undefined
this.contentPlaceholder = content;
}
}
@ViewChildren
и подписаться на changes
. Ну и селекторы на скрине и в вашем примере отличаютсяMI
AY
a
AT
a
a
N
SФ