MCPcopy Index your code
hub / github.com/angular/components / constructor

Method constructor

src/aria/grid/grid-row.ts:75–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 });
74
75 constructor() {
76 afterNextRender(() => {
77 this._collection.startObserving(this.element);
78 });
79 }
80
81 ngOnInit() {
82 this._grid._collection.register(this);

Callers

nothing calls this directly

Calls 1

startObservingMethod · 0.80

Tested by

no test coverage detected