https://github.com/ganatan/angular-routing
Angular 22 Routing
https://github.com/ganatan/angular-routing
angular angular16 angular17 angular18 angular19 angular20 angular22 eslint nested-routes react router routing
Last synced: about 4 hours ago
JSON representation
Angular 22 Routing
- Host: GitHub
- URL: https://github.com/ganatan/angular-routing
- Owner: ganatan
- License: mit
- Created: 2018-11-26T13:59:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-06-24T09:41:36.000Z (11 days ago)
- Last Synced: 2026-06-24T11:23:17.521Z (11 days ago)
- Topics: angular, angular16, angular17, angular18, angular19, angular20, angular22, eslint, nested-routes, react, router, routing
- Language: TypeScript
- Homepage:
- Size: 6.61 MB
- Stars: 51
- Watchers: 1
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular 22 Routing
it's part of a repo series designed
to create a **Web Application with Angular 22**
* Featuring [**Angular 22.0.2**](https://github.com/angular/angular/releases) & [**Angular CLI 22.0.4**](https://github.com/angular/angular-cli/releases/)
* See the [**Angular Live demo**](#angular-live-demo), Test the repo with [**Quick start**](#angular-quick-start) and for more information Read the step by step [**Tutorial**](#angular-tutorial) or read the [**Getting started**](#angular-getting-started)
---
# [Angular Live Demo](#angular-live-demo)
Here is a working Angular live demo : https://angular.ganatan.com
# [Angular Quick start](#angular-quick-start)
```bash
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-routing.git
# change directory
cd angular-routing
# install the repo with npm
npm install
# start the server
npm start
```
in your browser go to [http://localhost:4200](http://localhost:4200)
# [Angular Tutorial](#angular-quick-start)
Here is a step by step Tutorial : https://www.ganatan.com/en/tutorials/getting-started-with-angular
# [Angular Getting started](#angular-getting-started)
## Installation
* `npm install` (installing dependencies)
* `npm outdated` (verifying dependencies)
## Development
* `npm run start`
* in your browser go to [http://localhost:4200](http://localhost:4200)
## Production
* `npm run build`
## Linter
* `npm run lint`
## Tests
* `npm run test`
* `npm run coverage`
# [Author](#author)
* Author : danny
## [Angular English Tutorials](#english-tutorials)
- Installation - https://www.ganatan.com/en/tutorials/routing-with-angular
- Tutorials Step by Step - https://www.ganatan.com/en/tutorials
## [Tutoriels Angular en français](#french-tutorials)
- Installation - https://www.ganatan.com/tutorials/routing-avec-angular
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials