View Child is Possibility to access Children components and children DOM elements. Some we don’t want to communicate using output and input either to directly call some method or change a value of child component or we want to access change in DOM element.
Parent Component
<child-component> <button #button>
These are two way one is component and other is html element