fix(ContentChild): query descendants by default

fixes #1645
This commit is contained in:
Victor Berchet
2016-09-16 11:14:49 -07:00
committed by Alex Eagle
parent cba885a1fb
commit 0dc15eb64a
3 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ export const ContentChild: ContentChildDecorator = makePropDecorator(
['selector', undefined], {
first: true,
isViewQuery: false,
descendants: false,
descendants: true,
read: undefined,
}
],