ShaneTracey7 / tweeter

0 stars 0 forks source link

can't get form control values within class #47

Closed ShaneTracey7 closed 1 month ago

ShaneTracey7 commented 1 month ago

-i can get the form control values (name, email, username, etc.) from within the template, but they show up as null when accessing then from the class -need their values to post to backend to database

ShaneTracey7 commented 1 month ago

i was resetting the form before calling the addUser(), it's been corrected