Angular
Diving Into Angular's Router
  •  

Server -vs- Browser Routing

If you've built traditional round-trip websites before, you might be familiar with getting a unique page by visiting a particular URL. Routing in single page apps works differently and is done solely on the client-side with JavaScript. To kick the series off, let's take a closer look at the differences between server and browser routing.

 

I finished! On to the next chapter