` tag that has the bio template reference variable in the component's template view. - [ ] It indicates that the `
` tag be rendered as a child of the parent view that uses this component. - [ ] It makes the `
` tag in the template support content projection. - [ ] It makes the `
` tag visible in the final render. If the #bio was used in the template and the @ViewChild was not used in the class, then Angular would automatically hide the `
` tag that has #bio on it. [DigitalOcean - viewchild-access-component](https://www.digitalocean.com/community/tutorials/angular-viewchild-access-component) # What method is used to wire up a FormControl to a native DOM input element in reactive forms? - [ ] Add the string name given to the FormControl to an attribute named controls on the