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

Method constructor

src/aria/grid/grid-cell-widget.ts:106–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 constructor() {
107 afterRenderEffect({
108 write: () => this._pattern.activationEffect(),
109 });
110
111 afterRenderEffect({
112 write: () => this._pattern.deactivationEffect(),
113 });
114 }
115
116 /** Activates the widget. */
117 activate(): void {

Callers

nothing calls this directly

Calls 2

activationEffectMethod · 0.80
deactivationEffectMethod · 0.80

Tested by

no test coverage detected