feat(ivy): add query inheritance (#25556)
Adds inheritance handling for the following: - viewQuery - contentQueries - contentQueriesRefresh PR Close #25556
This commit is contained in:
@ -221,7 +221,7 @@ export interface ComponentDef<T, Selector extends string> extends DirectiveDef<T
|
||||
/**
|
||||
* Query-related instructions for a component.
|
||||
*/
|
||||
readonly viewQuery: ComponentQuery<T>|null;
|
||||
viewQuery: ComponentQuery<T>|null;
|
||||
|
||||
/**
|
||||
* The view encapsulation type, which determines how styles are applied to
|
||||
|
Reference in New Issue
Block a user