docs(forms): migrate deprecated @howToUse
tags (#23186)
In this case they have been converted to `@description` tags. PR Close #23186
This commit is contained in:

committed by
Igor Minar

parent
8ea15b4f12
commit
0a065bbdcf
@ -18,7 +18,7 @@ import {AbstractControl, FormArray, FormControl, FormGroup} from './model';
|
||||
* `new FormControl()`, and `new FormArray()` boilerplate that can build up in larger
|
||||
* forms.
|
||||
*
|
||||
* @howToUse
|
||||
* @description
|
||||
*
|
||||
* To use, inject `FormBuilder` into your component class. You can then call its methods
|
||||
* directly.
|
||||
|
Reference in New Issue
Block a user