style(forms): reformat of the forms
package after clang update (#36466)
PR Close #36466
This commit is contained in:

committed by
Kara Erickson

parent
416c786774
commit
7d0af179e3
@ -83,8 +83,9 @@ export class ReactiveErrors {
|
||||
in Angular v7.
|
||||
|
||||
For more information on this, see our API docs here:
|
||||
https://angular.io/api/forms/${directiveName === 'formControl' ? 'FormControlDirective'
|
||||
: 'FormControlName'}#use-with-ngmodel
|
||||
https://angular.io/api/forms/${
|
||||
directiveName === 'formControl' ? 'FormControlDirective' :
|
||||
'FormControlName'}#use-with-ngmodel
|
||||
`);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user