docs(forms): fix reactive forms api examples (#10701)
This commit is contained in:
@ -466,7 +466,6 @@ export class FormControl extends AbstractControl {
|
||||
* along with {@link FormControl} and {@link FormArray}. {@link FormArray} can also contain other
|
||||
* controls, but is of variable length.
|
||||
*
|
||||
* ### Example ([live demo](http://plnkr.co/edit/23DESOpbNnBpBHZt1BR4?p=preview))
|
||||
*
|
||||
* @experimental
|
||||
*/
|
||||
@ -651,7 +650,6 @@ export class FormGroup extends AbstractControl {
|
||||
* the `FormArray` directly, as that will result in strange and unexpected behavior such
|
||||
* as broken change detection.
|
||||
*
|
||||
* ### Example ([live demo](http://plnkr.co/edit/23DESOpbNnBpBHZt1BR4?p=preview))
|
||||
*
|
||||
* @experimental
|
||||
*/
|
||||
|
Reference in New Issue
Block a user