10
कोणीय @ViewChild () त्रुटि: अपेक्षित 2 तर्क, लेकिन 1 मिला
ViewChild की कोशिश करते समय मुझे त्रुटि मिल रही है। त्रुटि यह है कि "ऑप्स 'के लिए एक तर्क प्रदान नहीं किया गया था।" दोनों @ViewChild त्रुटि दे रहा है। import { Component, OnInit, ElementRef, ViewChild, Output, EventEmitter } from '@angular/core'; import { Ingredient } from 'src/app/shared/ingredient.model'; @Component({ selector: 'app-shopping-edit', …
249
angular
typescript