angular中表單校驗

適用於點擊保存前的所有表單元素的校驗 HTML angular文檔中@viewchild() TS(這裏用到了把整個表單當成子組件的方式) @ViewChild('stationForm') stationForm: NgForm; //表單校驗 formValidate(): boolean { let controls = this.stationForm.controls;
相關文章
相關標籤/搜索