feat(ivy): add query inheritance (#25556)

Adds inheritance handling for the following:

- viewQuery
- contentQueries
- contentQueriesRefresh

PR Close #25556
This commit is contained in:
Ben Lesh
2018-08-17 12:49:02 -07:00
committed by Jason Aden
parent c8b70ae8e4
commit f54f3856cb
3 changed files with 152 additions and 16 deletions

View File

@ -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