IE
Size: a a a
IE
В
AT
IE
@Directive({ selector: ‘[id]’ })
export class IdDirective {
@Input(‘id’) id: string;
constructor(public elementRef: ElementRef) {}
}
Вキ
Вキ
IE
В
IE
@ViewChildren(IdDirective) ids: QueryList<IdDirective>;
Вキ
Вキ
V
N👩
Вキ
AT
АР
AK
Вキ