File tree Expand file tree Collapse file tree
public/docs/ts/latest/guide Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ figure.image-display
304304:marked
305305 Focus on the binding syntax: `[(ngModel)]="..."`.
306306
307- If we ran the app right now and started typing in the *Name* input box,
307+ If we run the app right now and started typing in the *Name* input box,
308308 adding and deleting characters, we'd see them appearing and disappearing
309309 from the interpolated text.
310310 At some point it might look like this.
@@ -342,7 +342,7 @@ figure.image-display
342342 - Each input element has a `name` property that is required by Angular Forms to register the control with the form.
343343
344344:marked
345- If we ran the app right now and changed every hero model property, the form might display like this:
345+ If we run the app right now and changed every hero model property, the form might display like this:
346346figure.image-display
347347 img( src ="/resources/images/devguide/forms/ng-model-in-action-2.png" width ="400px" alt ="ngModel in super action" )
348348:marked
You can’t perform that action at this time.
0 commit comments