docs: remove unused properties from forms overview example (#25663)
PR Close #25663
This commit is contained in:

committed by
Kara Erickson

parent
eaccd03ed7
commit
354d1944bb
@ -5,8 +5,7 @@ import { FormControl } from '@angular/forms';
|
||||
selector: 'app-reactive-favorite-color',
|
||||
template: `
|
||||
Favorite Color: <input type="text" [formControl]="favoriteColorControl">
|
||||
`,
|
||||
styles: []
|
||||
`
|
||||
})
|
||||
export class FavoriteColorComponent {
|
||||
favoriteColorControl = new FormControl('');
|
||||
|
Reference in New Issue
Block a user