MCPcopy
hub / github.com/angular/angular / remove

Method remove

packages/core/src/render3/interfaces/renderer_dom.ts:89–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 addEventListener(type: string, listener: EventListener, useCapture?: boolean): void;
88 removeEventListener(type: string, listener?: EventListener, options?: boolean): void;
89 remove(): void;
90 setProperty?(name: string, value: any): void;
91}
92

Callers 15

meta_spec.tsFile · 0.65
bootstrap_spec.tsFile · 0.65
shadow_dom_spec.tsFile · 0.65
removeTagElementMethod · 0.65
removeMethod · 0.65
removeChildMethod · 0.65
removeClassMethod · 0.65
removeElementsFunction · 0.65
removeHostMethod · 0.65
happy_spec.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected