{"id":19598025,"url":"https://github.com/ganatan/angular-react-routing","last_synced_at":"2025-10-10T20:42:22.681Z","repository":{"id":39588109,"uuid":"159178379","full_name":"ganatan/angular-react-routing","owner":"ganatan","description":"Angular 20 \u0026 React 18 Examples Routing ","archived":false,"fork":false,"pushed_at":"2025-06-05T16:21:35.000Z","size":6741,"stargazers_count":47,"open_issues_count":9,"forks_count":17,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T20:42:20.945Z","etag":null,"topics":["angular","angular16","angular17","angular18","angular19","angular20","eslint","nested-routes","react","react-router-dom","react-router-dom-v6","react-router-v6","react18","router","routing"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ganatan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-26T13:59:52.000Z","updated_at":"2025-10-10T10:42:47.000Z","dependencies_parsed_at":"2023-12-14T14:28:25.724Z","dependency_job_id":"399f504e-ee6e-4520-9293-a851dd31b028","html_url":"https://github.com/ganatan/angular-react-routing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ganatan/angular-react-routing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganatan%2Fangular-react-routing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganatan%2Fangular-react-routing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganatan%2Fangular-react-routing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganatan%2Fangular-react-routing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ganatan","download_url":"https://codeload.github.com/ganatan/angular-react-routing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganatan%2Fangular-react-routing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005277,"owners_count":26083864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular16","angular17","angular18","angular19","angular20","eslint","nested-routes","react","react-router-dom","react-router-dom-v6","react-router-v6","react18","router","routing"],"created_at":"2024-11-11T09:04:18.526Z","updated_at":"2025-10-10T20:42:22.652Z","avatar_url":"https://github.com/ganatan.png","language":"TypeScript","readme":"# Angular 20 \u0026 React 18 Examples Routing\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n  \u003ca href=\"https://www.ganatan.com/en\"\u003e\n    \u003cimg src=\"./img/ganatan-about-github.png\" align=\"right\"\n    alt=\"Ganatan Angular Example routing\" width=\"140\" height=\"140\"\u003e\n  \u003c/a\u003e\n\nit's part of a repo series designed \n\nto create a **Web Application with Angular 20**\n\n\n* Featuring [**Angular 20.0.1**](https://github.com/angular/angular/releases) \u0026 [**Angular CLI 20.0.1**](https://github.com/angular/angular-cli/releases/)\n\n\n* See the [**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)\n\n\nto create a **Web Application with React 18**\n\n* Featuring [**React 18.3.1**](https://github.com/facebook/react/releases) \u0026 [**Create-react-app 5.0.1**](https://github.com/facebook/create-react-app/releases)\n\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n# [Angular Live Demo](#angular-live-demo)\nHere is a working live demo :  https://angular.ganatan.com\n\n\u003cp align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://angular.ganatan.com/\"\u003e\n      \u003cimg src=\"https://media.giphy.com/media/9BuBBLc7keCgRojp92/giphy.gif\" alt=\"Angular 15 Example \n      Application\"/\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\n\n# [Angular Quick start](#angular-quick-start)\n\n```bash\n# choose a repo\n# download the example or clone the repo from github\ngit clone https://github.com/ganatan/angular-react-routing.git\n\n# download the example or clone the repo from gitlab\ngit clone https://gitlab.com/ganatan/angular-react-routing.git\n\n# change directory\ncd angular-react-routing\ncd frontend-angular\n\n# install the repo with npm\nnpm install\n\n# start the server\nnpm start\n\n```\nin your browser go to [http://localhost:4200](http://localhost:4200) \n\n\n# [React Quick start](#react-quick-start)\n\n```bash\n# choose a repo\n# download the example or clone the repo from github\ngit clone https://github.com/ganatan/angular-react-routing.git\n\n# download the example or clone the repo from gitlab\ngit clone https://gitlab.com/ganatan/angular-react-routing.git\n\n# change directory\ncd angular-react-routing\ncd frontend-react\n\n# install the repo with npm\nnpm install\n\n# start the server\nnpm start\n\n```\nin your browser go to [http://localhost:3000](http://localhost:3000) \n\n\n\n# [Angular Tutorial](#angular-quick-start)\n\nHere is a step by step Tutorial :  https://www.ganatan.com/tutorials/routing-with-angular\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.ganatan.com/tutorials/routing-with-angular\"\u003e\n    \u003cimg src=\"https://api.ganatan.com/articles/img/tutorial-routing-avec-angular.png\" alt=\"Demo example\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# [Angular Getting started](#angular-getting-started)\n\n\n## Installation\n* `npm install` (installing dependencies)\n* `npm outdated` (verifying dependencies)\n\n## Development\n* `npm run start`\n* in your browser go to [http://localhost:4200](http://localhost:4200) \n\n## Production \n* `npm run build`\n\n## Linter\n* `npm run lint`\n\n## Tests\n* `npm run test`\n* `npm run coverage`\n\n\n\n# [React Getting started](#react-getting-started)\n\n\n## Installation\n* `npm install` (installing dependencies)\n* `npm outdated` (verifying dependencies)\n\n## Development\n* `npm run start`\n* in your browser go to [http://localhost:3000](http://localhost:3000) \n\n## Production \n* `npm run build`\n\n## Linter\n* `npm run lint`\n\n## Tests\n* `npm run test`\n* `npm run coverage`\n\n\n\n\n# [Author](#author)\n* Author  : danny\n\n## [English Tutorials](#english-tutorials)\n- Installation - https://www.ganatan.com/tutorials/routing-with-angular\n- step-by-step Tutorials - https://www.ganatan.com/tutorials/en\n\n## [Tutoriels en français](#french-tutorials)\n- Installation - https://www.ganatan.com/tutorials/routing-avec-angular\n- Tutoriels Etape par étape - https://www.ganatan.com/tutorials","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganatan%2Fangular-react-routing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fganatan%2Fangular-react-routing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganatan%2Fangular-react-routing/lists"}