Asset Asset Name is required {{term}} cancel {{term}} cancel {{term}} cancel Next Collection Back Next Rights holder Back Next Done {{"Please review and submit."}} Asset Name :- {{assetName}} Alternative Names :- {{item }} Search Terms :- {{item }} Ceco Length :- {{" "+cecoLength}} Search Terms will be store in database like :- {{searchTerm | json}}
Откройте форму в файле .ts и сделайте так, как я делал в следующем примере.
this.firstFormGroup = this._formBuilder.group({ // creates the internal firstName FormControl firstName: ['', Validators.required], // creates the internal lastName FormControl lastName: ['', Validators.required], });