how to grap input value in html component from service class in order to update a variable this service has
问题 Good Day developers, im trying to find the way to grap a value an input html tag has from my service class in the same angular class.This input is attached to an ngForm thus is linked to a model interface component in order to validate this form once is submitted.I tried to import the same model interface component in the service class in order to access it from there too, but doesn't work. This is the service: ***variable type model interface*** formSignup: signUpForm = { nameUser: '', }====