MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / removeViewFromDom

Method removeViewFromDom

core/src/interface.d.ts:153–153  ·  view source on GitHub ↗
(container: any, component: any)

Source from the content-addressed store, hash-verified

151export interface FrameworkDelegate {
152 attachViewToDom(container: any, component: any, propsOrDataObj?: any, cssClasses?: string[]): Promise<HTMLElement>;
153 removeViewFromDom(container: any, component: any): Promise<void>;
154}
155
156export interface KeyboardEventDetail {

Callers 8

dismissMethod · 0.65
dismissMethod · 0.65
_destroyMethod · 0.65
dismissMethod · 0.65
dismissMethod · 0.65
dismissMethod · 0.65
detachComponentFunction · 0.65
removeViewFromDomFunction · 0.65

Implementers 1

AngularFrameworkDelegatepackages/angular/common/src/providers/

Calls

no outgoing calls

Tested by

no test coverage detected