https://github.com/jonaylor89/angularrouteparser
Parser for angular routes
https://github.com/jonaylor89/angularrouteparser
angular dotnet isomorphic
Last synced: 28 days ago
JSON representation
Parser for angular routes
- Host: GitHub
- URL: https://github.com/jonaylor89/angularrouteparser
- Owner: jonaylor89
- License: mit
- Created: 2019-03-19T15:24:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:21:50.000Z (over 3 years ago)
- Last Synced: 2025-01-11T21:41:46.009Z (over 1 year ago)
- Topics: angular, dotnet, isomorphic
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Route Parser
- Input an Angular project
- Steps through the project to grab all of the routing files
- Parse out the information for the `Routes` object useful for isomorphic routing purposes
- Output the routes used by the angular project
- Routes use CSharp regex instead of angular endpoint variables
----------------------------
# Usage
```sh
~$ dotnet run "/Path/To/Angular_Project"
```
---------------------------------
# Advantages
- Information from the project will give back ends and API applications the knowledge to send proper 404 errors