tegain/Angular SSG async routes file

Action to fetch Angular routes from an API and save it to a file for SSG builds

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
urlURL of routes list API to fetchyes
typeExpected Response type ("json" or "text") (default: "json")nojson
responsePathResponse property containing the list of routes (default: "null")nonull
fileLocation and fileName (default: routesFile.txt)noroutesFile.txt
debugDebug mode: logs additional informations. "true" or "false" (default: "false")nofalse
namedescription
successIf the data was saved