diff --git a/packages/forms/src/directives/ng_form.ts b/packages/forms/src/directives/ng_form.ts index c46b6c6e32..5ab061eb0c 100644 --- a/packages/forms/src/directives/ng_form.ts +++ b/packages/forms/src/directives/ng_form.ts @@ -26,11 +26,11 @@ export const formDirectiveProvider: any = { const resolvedPromise = Promise.resolve(null); /** - * @whatItDoes Creates a top-level {@link FormGroup} instance and binds it to a form - * to track aggregate form value and validation status. - * * @description * + * Creates a top-level {@link FormGroup} instance and binds it to a form + * to track aggregate form value and validation status. + * * As soon as you import the `FormsModule`, this directive becomes active by default on * all `