Build Navigation in Angular with Router, RouterLink and Kendo UI
When we build an application in Angular, it works as SPA so it is a single page with multiple views or pages running in the client. But how can we navigate between each one without a new request to the server?
The Angular router updates the address b...
danywalls4.hashnode.dev11 min read