fix(ivy): add missing exportAs field to ngDirectiveDef (#25392)
This commit includes the missing exportAs field from @Directive and propagates it into the ngDirectiveDef. PR Close #25392
This commit is contained in:

committed by
Ben Lesh

parent
5be186035f
commit
6f085f8610
@ -168,6 +168,7 @@ function directiveMetadata(type: Type<any>, metadata: Directive): R3DirectiveMet
|
||||
},
|
||||
typeSourceSpan: null !,
|
||||
usesInheritance: !extendsDirectlyFromObject(type),
|
||||
exportAs: metadata.exportAs || null,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user