UNPKG
@mobilelivenpm/fds-angular-qa
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
This library was generated with [Nx](https://nx.dev).
@mobilelivenpm/fds-angular-qa
/
lib
/
shared
/
forms.d.ts
7 lines
(6 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
FormGroup
}
from
'@angular/forms'
;
/** * Marks all controls in a form group as touched *
@param
formGroup
- The form group to touch */
export
declare
function
markFormGroupTouched
(
formGroup: FormGroup
):
void
;