Property decorator that configures a view query.
class ViewChildren { descendants: boolean; emitDistinctChangesOnly: boolean; first: boolean; read: any; isViewQuery: boolean; selector: any; static?: boolean;}