MCPcopy Create free account
hub / github.com/angular/components / ngOnInit

Method ngOnInit

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

Source from the content-addressed store, hash-verified

79 }
80
81 ngOnInit() {
82 this._grid._collection.register(this);
83 }
84
85 ngOnDestroy() {
86 this._grid._collection.unregister(this);

Callers

nothing calls this directly

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected