const ViewChild(_selector, { read: null })

Source

const ViewChild(dynamic /* Type | String */ _selector, {dynamic read: null})
    : super(_selector, descendants: true, first: true, read: read);