MCPcopy
hub / github.com/angular/components / constructor

Method constructor

src/material/chips/chip-row.ts:111–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 _isEditing = false;
110
111 constructor() {
112 super();
113
114 this.role = 'row';
115 this._onBlur.pipe(takeUntil(this.destroyed)).subscribe(() => {
116 if (this._isEditing && !this._editStartPending) {
117 this._onEditFinish();
118 }
119 this._alreadyFocused = false;
120 });
121 }
122
123 override ngAfterViewInit() {
124 super.ngAfterViewInit();

Callers

nothing calls this directly

Calls 1

_onEditFinishMethod · 0.95

Tested by

no test coverage detected