An open API service indexing awesome lists of open source software.

https://github.com/brandonroberts/angular-router-page-titles

https://dev.to/brandontroberts/setting-page-titles-natively-with-the-angular-router-393j
https://github.com/brandonroberts/angular-router-page-titles

Last synced: 16 days ago
JSON representation

https://dev.to/brandontroberts/setting-page-titles-natively-with-the-angular-router-393j

Awesome Lists containing this project

README

        

# Angular Router Page Titles

This example applications demos updating page titles natively with the Angular Router starting with Angular v14.

## Setup

```sh
npm install --legacy-peer-deps
```

## Serve

```sh
ng serve
```