fix(ivy): queries should match container node itself before matching its views (#28473)

PR Close #28473
This commit is contained in:
Pawel Kozlowski
2019-01-31 16:02:19 +01:00
committed by Matias Niemelä
parent 6656328538
commit 1b6d8a78b0
5 changed files with 45 additions and 38 deletions

View File

@ -35,7 +35,7 @@ export const enum TNodeFlags {
/** This bit is set if the node has been projected */
isProjected = 0b0010,
/** This bit is set if the node has any content queries */
/** This bit is set if any directive on this node has content queries */
hasContentQuery = 0b0100,
/** This bit is set if the node has any directives that contain [class properties */