Created
September 2, 2017 08:25
-
-
Save alexonozor/b40b28adb87edc57842d8876a93c13e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//rest the the entire form values and status. | |
this.userForm.reset(); | |
//rest the user name and it status. | |
this.userForm.reset({ | |
userName: '' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment