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

Method finishViewCreation

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

* A method called when a view finishes its creation pass. As a result all impacted * `LQuery` objects (and associated `QueryList`) are marked as dirty. This additional dirty * marking gives us a precise point in time where we can collect results for a given view in an * atomic way. * @pa

(tView: TView)

Source from the content-addressed store, hash-verified

250 * @param tView
251 */
252 finishViewCreation(tView: TView): void;
253}

Callers 1

renderViewFunction · 0.65

Implementers 1

LQueries_packages/core/src/render3/queries/quer

Calls

no outgoing calls

Tested by

no test coverage detected