In my Angular 4 application there are several form fields that allows user to enter and select some filter options. There are form fields and not anchor links. I need to pass these options (all optional) to route and read it back to show result and populate form fields again.
This is very similar to filters in any shopping application. Please view the wireframe to understand it better. I don't want to use any plugin.
Application Wireframe

ngModelChangethen making an api call is all you really need to do