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

Method ngOnDestroy

src/google-maps/map-polygon/map-polygon.ts:181–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 }
180
181 ngOnDestroy() {
182 this._eventManager.destroy();
183 this._destroyed.next();
184 this._destroyed.complete();
185 this.polygon?.setMap(null);
186 }
187
188 /**
189 * See

Callers

nothing calls this directly

Calls 2

destroyMethod · 0.65
nextMethod · 0.45

Tested by

no test coverage detected