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

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

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