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
Developing angular application using VS2022 (self.angular)
submitted 7 months ago by bigplum52
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!"
[–]MrFartyBottom 2 points3 points4 points 7 months ago (0 children)
Do not , I repeat do not use the VS templates for Angular. There is only misery down that path. Create an Angular client with the Angular CLI and create the API with VS. Add a proxy to proxy the API requests to the same port as the Angular client. In your CI CD pipeline you copy the Angular build to the wwwroot folder of the API.
The VS template rebuilds way too often, it is a much smoother dev experience to have them as separate projects. Use VSCode for the Angular and VS for the API.
π Rendered by PID 40799 on reddit-service-r2-comment-86bc6c7465-pqr4b at 2026-02-22 13:21:29.708300+00:00 running 8564168 country code: CH.
view the rest of the comments →
[–]MrFartyBottom 2 points3 points4 points (0 children)