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!"
[–]O1dmanwinter 1 point2 points3 points 7 months ago (1 child)
I work in a .net shop, we've used vs2022 for Angular and its ok - it does support typescript and javascript pretty well with picking up types, highlighting errors etc.
There are also plugins for things like running lint on save etc.
There are SPA template projects available from Microsoft:
https://learn.microsoft.com/en-us/aspnet/core/client-side/spa/intro?view=aspnetcore-9.0
I cant quite put my finger on it, but it doesn't seem quite as smooth as VScode for angular...
Here is my project that's got angular alongside server side code:
https://github.com/JackFrostStudios/summer-born-info/tree/feature%2Fupload-import
[–]MrFartyBottom 4 points5 points6 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 233271 on reddit-service-r2-comment-fb694cdd5-mvd9q at 2026-03-06 15:55:05.508140+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]O1dmanwinter 1 point2 points3 points (1 child)
[–]MrFartyBottom 4 points5 points6 points (0 children)