I\'m trying to post data from a small registration form to the server
I\'ve been stuck in this since three days now i don\'t know how to do it, i\'m still beginner i
Why not using reactive forms from Angular? What you are doing seems a lot complicated for no reason.
Please read: Angular Reactive Forms. That should give you enough information on how to work with forms.
Once you define form controls you can subscribe to valueChanges and react accordingly, while still having access to form (and control) values.