export class AppComponent implements OnInit {. tpForm: FormGroup;. constructor(private fb: FormBuilder) {}. ngOnInit() {. this.tpForm = this.fb.group({.
確定! 回上一頁