I have a forgot password form, on which when the user enters an email it hits the backend and sends out an email link to user as below.
The user clicks on the link, which invokes the back-end service. How can i control this url via angular
? So, basically this calls a back-end resouce, but i want this url to be handled in front-end too.
If this question is not so clear, can anyone show me an example of forgot password implementation in AngularJS and NodJs or any backend.