demo checking
This commit is contained in:
+2
-2
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user