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