Browse Source

Update form-submit.directive.ts

pull/13797/head
Mahmut Gundogdu 4 years ago
committed by GitHub
parent
commit
7a0b0c6421
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      npm/ng-packs/packages/core/src/lib/directives/form-submit.directive.ts

4
npm/ng-packs/packages/core/src/lib/directives/form-submit.directive.ts

@ -93,7 +93,3 @@ function setDirty(controls: Controls) {
controls[key].updateValueAndValidity();
});
}
function Deprecated(arg0: string) {
throw new Error('Function not implemented.');
}

Loading…
Cancel
Save