ViewChild is a decorator for Angular component variables, which allow to bind a template element.
ViewChild is a decorator for Angular component variables, which allow to bind a template element. Official Angular documentation here: https://angular.io/api/core/ViewChild.