Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 364 Bytes

no-queries-metadata-property.md

File metadata and controls

11 lines (6 loc) · 364 Bytes

Pattern: Use of queries metadata property

Issue: -

Description

If you ever need to rename the property associated with @ContentChild, @ContentChildren, @ViewChild or @ViewChildren, you can modify it in a single place.

Further Reading