... angular/forms'; class ModelFormComponent implements OnInit { form: FormGroup; ngOnInit() { this.form = new FormGroup({ title: new FormControl() }); ...
確定! 回上一頁