This commit is contained in:
@@ -42,6 +42,13 @@ LINTER = ESLINT+PRETTIER CONFIG
|
||||
VSCODE will use prettier to prettify my js, eslint will complain about some of it so using eslint with prettier config means
|
||||
they won't conflict and eslint will focus on errors, not style so much that is handled by prettier
|
||||
|
||||
ROUTING = NOT HASHBANG, INSTEAD PATHLOCATIONSTRATEGY
|
||||
=-=-=-=
|
||||
Going to attempt pathlocationstrategy for url routing, meaning no hashbang like with pecklist and rockfish so the server will need
|
||||
to be able to handle direct request and return the index.html instead if it looks like an AyaNova app url.
|
||||
This page has a snippet showing routing handling at the server, seems to rely on identifying the url having no extension and simply returning index.htm instead
|
||||
https://www.c-sharpcorner.com/article/single-page-application-using-asp-net-core-angular/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user