DM

Size: a a a
DM

SV

SV
DM
ЕУ

ЕУ
DM
DM
АС
АС
ЕУ
DM
ЕУ
AS
<div *ngFor="let item of targeting">Почему выдает 0??? Если через инспектор 18пикселей
<app-custom-info class="d-flex align-items-center mr-1" #customInfo >
@ViewChildren('customInfo') components: QueryList<CustomInfoComponent>;
ngAfterViewInit(): void {
this.components.toArray().map( (comp) => {
const height = comp['element'].nativeElement.offsetHeight;
console.log(height);
});
}
DS
AS
DS
ЕУ
ЕУ