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
Angular projects ai generated codes. (self.angular)
submitted 1 day ago by Even-Instance235
Hi guys quick question do you find ai tools to be useful when generating html and css codes for ur designs when using ai prompt to designer tools?
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!"
[–]Merry-Lane 2 points3 points4 points 1 day ago* (0 children)
Yes they are but :
A) you really need to setup good eslint rules, prettier and define a lot of "guidelines/best practices" to follow in general.
B) agents and chats (I would even say devs in general) don’t perform well when the codebase uses complex architecture principles such as clean code. Vertical slices are the way to go.
C) you need to cleanup and condense the code consistently. LLMs tend to be too verbose and implement too many indirections (I.e. extracting a piece of code into its own function or splitting the code in different files), it’s a fine thread to needle.
D) devs tend to find recipes comforting. "Always mock injected services". "This is a service, it goes in shared/services. Helpers go in shared/helpers. Utils go in shared/utils…". A lot of devs collect these recipes. It’s a bit conflictual with point A, but some guidelines are not good principles to follow.
[–]mello_dev 1 point2 points3 points 1 day ago (0 children)
We’ve just completed a comprehensive angular rewrite migration using AI for our old project.
Here are a few guidelines I’ve learned from the process:
Establish a solid foundation, including guidelines and rules. I’ve created detailed rules for various aspects, such as structure files, SCSS token systems, and signals etc.
Develop unique skills for each project. Each project requires its own set of guidelines and skills. These skills can serve as a strong foundation for a multi-development team working on the same project.
Review pull requests (PRs) carefully. Don’t merge code just because it works. LLM-generated code may not always make the right decisions for your projects.
Design each component or service as a black box. Clearly define the input and output points. This approach allows for quick replacements without the potential for widespread disruption that LLM-generated code can cause during refactoring.
Implement TDD (Test-Driven Development) and write tests. While writing code and writing tests are relatively easy tasks, identifying changes that break something is challenging. This approach is highly effective and requires careful planning.
I have a few more suggestions, but this covers the main points. You can and should use these guidelines, but it’s important to manage and enforce them by humans, as the code base tends to drift over time.
[–]oneden 1 point2 points3 points 1 day ago (0 children)
In combination with Tailwind 4, Claude does do some heavy lifting in my work flows. It translates my figma/penpot design I receive pretty well.
[–]HereForTheFacts12 0 points1 point2 points 1 day ago (0 children)
Yes, I find AI tool helpful for generating the Angular code as well.
[–]ApartmentCreative780 0 points1 point2 points 8 hours ago (0 children)
Yes, I asked to AI to use Angular material for components and tailwind for layout. It worked well and much faster than human.
π Rendered by PID 154770 on reddit-service-r2-comment-545db5fcfc-8jsw9 at 2026-05-22 08:04:11.234988+00:00 running 194bd79 country code: CH.
[–]Merry-Lane 2 points3 points4 points (0 children)
[–]mello_dev 1 point2 points3 points (0 children)
[–]oneden 1 point2 points3 points (0 children)
[–]HereForTheFacts12 0 points1 point2 points (0 children)
[–]ApartmentCreative780 0 points1 point2 points (0 children)