Angular Router API

The Angular Router API provides navigation and routing for single-page applications including lazy loading, route guards, resolvers, child routes, functional interceptors, and route-level render mode configuration.

API entry from apis.yml

apis.yml Raw ↑
aid: angular:angular-router-api
name: Angular Router API
tags:
- Guards
- Navigation
- Render Mode
- Routing
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://angular.dev/api/router
humanURL: https://angular.dev/api/router
properties:
- url: https://angular.dev/api/router
  type: Documentation
- url: https://angular.dev/guide/routing
  type: Guide
description: The Angular Router API provides navigation and routing for single-page applications including
  lazy loading, route guards, resolvers, child routes, functional interceptors, and route-level render
  mode configuration.