Angular 4 表單校驗2

1. 將表單的方法移動到單獨的ts文件夾中   2. code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 export  function mobileValidator(control: FormControl): any {    const myreg = /^(((13[0-9]{1})|(15[0-9]{1})|(18[0-9]{1}))+\d{8})$/;
相關文章
相關標籤/搜索