Is it necessary for me to manually sanitize all user inputs, or does Angular handle this process automatically?
In my login form, the data is sent to the server upon submission. Do I need to explicitly sanitize the data, or does Angular take care of sanitizing all input fields for me?