You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
In the (Form Validation)[https://angular.io/docs/ts/latest/cookbook/form-validation.html] cookbook, the reactive form component example code ("reactive/hero-form-reactive.component.ts (#3)") doesn't declare the active class property, but does reference it on lines 28 and 29.
active = true; is declared in the accompanying Plunker code on line 30.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the (Form Validation)[https://angular.io/docs/ts/latest/cookbook/form-validation.html] cookbook, the reactive form component example code ("reactive/hero-form-reactive.component.ts (#3)") doesn't declare the
active
class property, but does reference it on lines 28 and 29.active = true;
is declared in the accompanying Plunker code on line 30.The text was updated successfully, but these errors were encountered: