demo checking

This commit is contained in:
Yubing325
2020-07-06 15:41:58 -05:00
parent 0f031101c9
commit 3806e44945
17 changed files with 23 additions and 350 deletions
@@ -37,9 +37,9 @@ export class FormGroupCommandModalComponent implements OnInit {
ngOnInit(): void {
this.errorMessage = null;
// this._notifyMessage = this.dataSource.notifyMessage$.subscribe(message => {
this._notifyMessage = this.dataSource.notifyMessage$.subscribe(message => {
// });
});
this._validationError = this.dataSource.validationError$.subscribe(validatorErrors => {
let validationSummary = '';