docs(forms): fix reactive forms api examples (#10701)

This commit is contained in:
Kara
2016-08-11 21:20:39 -07:00
committed by vikerman
parent 50345b8c36
commit 5d59c6e80f
5 changed files with 46 additions and 49 deletions

View File

@ -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
*/