MCPcopy Index your code
hub / github.com/angular/angular / insertView

Method insertView

packages/core/src/render3/interfaces/query.ts:236–236  ·  view source on GitHub ↗

* A method called when an embedded view is inserted into a container. As a result all impacted * `LQuery` objects (and associated `QueryList`) are marked as dirty. * @param tView

(tView: TView)

Source from the content-addressed store, hash-verified

234 * @param tView
235 */
236 insertView(tView: TView): void;
237
238 /**
239 * A method called when an embedded view is detached from a container. As a result all impacted

Callers 2

insertViewFunction · 0.65

Implementers 1

LQueries_packages/core/src/render3/queries/quer

Calls

no outgoing calls

Tested by

no test coverage detected