Upgrade deprecated Query
implementation to ContentChildren
#850
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
The deprecated
Query
andViewQuery
annotations have been replaced byContentChildren
andViewChildren
respectively. The resultant implementation is slightly different.Old
Query
implementation:New
ContentChildren
implementation:And the imports change from
Query
toContentChildren
.The text was updated successfully, but these errors were encountered: