refactor(ivy): correct typings in instantiateAllDirectives (#33322)
PR Close #33322
This commit is contained in:
@ -602,6 +602,11 @@ export interface TProjectionNode extends TNode {
|
||||
projection: number;
|
||||
}
|
||||
|
||||
/**
|
||||
* An union type representing all TNode types that can host a directive.
|
||||
*/
|
||||
export type TDirectiveHostNode = TElementNode | TContainerNode | TElementContainerNode;
|
||||
|
||||
/**
|
||||
* This mapping is necessary so we can set input properties and output listeners
|
||||
* properly at runtime when property names are minified or aliased.
|
||||
|
Reference in New Issue
Block a user