Angular
Enterprise
./assets/drawing/angular-resources-libraries-routing.svg

Routing utilities

  • angular-component/router is a declarative component router for Angular applications inspired by Svelte and React routing libraries. angular-component/router
  • routerkit is a very simple library but which brings great improvements to routing such as strong typing, autocompletion and centralization of routing it is thus easier to understand the application as a whole. routerkit
  • routeshub is an add-on to Angular's router which provides state-based routing for medium to large applications. routeshub
  • ngext is another routing framework for angular inspired by the Next.js framework build on top of React.. ngext
  • ui-router/angular is another routing framework for developing state-based routing in Angular. ui-router/angular
  • aop-routing is a complete alternative to Angular routing. This provides the possibility of performing imperative navigation operations via decorators or via a pop state. aop-routing
  • ngx-router is an utility to get via dependency injection all the routing information such as the name and the different types of parameters: query params and route params... This utility will help you to avoid duplicate code and also will simplify your smart components testing. ngx-router
  • route-path-builder is a a very simple yet powerful declarative route path management made with a single class called RoutePathBuilder. route-path-builder

Learn more about Angular

Complete list of angular libraries to use the dom .