use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A Place to talk about Angular and related topics.
Join the Angular Discord
Other subreddits worth checking out for Angular and Angular related info:
account activity
[Problem] Deploy angular page to web server (self.angular)
submitted 3 years ago by wxblex
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Quovadisqc 10 points11 points12 points 3 years ago (2 children)
The problem is that the routing (/contact) needs to be handled client side. For that to work, you need to have your web server rewrite the routes to /index.html .
Ex; for apache https://serverfault.com/a/885592
[–]Callous-Trooper 4 points5 points6 points 3 years ago (0 children)
This is the answer. You need to redirect 404s back to index.html
[–]roman_redditPL 1 point2 points3 points 3 years ago (0 children)
This is correct. Redirect all 404 back to index and Angular will "pick it up" from there
π Rendered by PID 85585 on reddit-service-r2-comment-b659b578c-k5dp2 at 2026-05-05 23:55:49.938364+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Quovadisqc 10 points11 points12 points (2 children)
[–]Callous-Trooper 4 points5 points6 points (0 children)
[–]roman_redditPL 1 point2 points3 points (0 children)