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

Method constructor

src/aria/private/utils/collection.spec.ts:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 @Input() value!: string;
109
110 constructor() {
111 afterNextRender(() => {
112 this._parent._collection.register(this);
113 });
114 }
115
116 ngOnDestroy() {
117 this._parent._collection.unregister(this);

Callers

nothing calls this directly

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected