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

Method ngOnInit

src/aria/listbox/option.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 });
90
91 ngOnInit() {
92 this._listbox._collection.register(this);
93 }
94
95 ngOnDestroy() {
96 this._listbox._collection.unregister(this);

Callers

nothing calls this directly

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected