refactor(ivy): rename tView.firstTemplatePass
to tView.firstCreatePass
(#31270)
PR Close #31270
This commit is contained in:
@ -44,7 +44,7 @@ export function providersResolver<T>(
|
||||
def: DirectiveDef<T>, providers: Provider[], viewProviders: Provider[]): void {
|
||||
const lView = getLView();
|
||||
const tView: TView = lView[TVIEW];
|
||||
if (tView.firstTemplatePass) {
|
||||
if (tView.firstCreatePass) {
|
||||
const isComponent = isComponentDef(def);
|
||||
|
||||
// The list of view providers is processed first, and the flags are updated
|
||||
|
Reference in New Issue
Block a user