При попытке ViewChild я получаю сообщение об ошибке. Ошибка: «Не указан аргумент для« opts ».» Оба @ViewChild выдает ошибку. import { Component, OnInit, ElementRef, ViewChild, Output, EventEmitter } from '@angular/core'; import { Ingredient } from 'src/app/shared/ingredient.model'; @Component({...