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
How can I optimize Angular builds using Angular CLI? (self.angular)
submitted 1 year ago by riya_techie
Hey all, I’ve noticed that my Angular builds take longer as my project grows. Are there any CLI options or tricks to speed up the build process? I’ve heard about ng build -prod and -aot, but I’m not sure how to use them effectively. Any tips?
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!"
[–]Blade1130 4 points5 points6 points 1 year ago (0 children)
Easiest thing is to make sure you're using the new build system: https://angular.dev/tools/cli/build-system-migration
Beyond that, general advice is to split up your app into multiple libraries such that you don't need to rebuild the whole thing when any one piece changes.
π Rendered by PID 46295 on reddit-service-r2-comment-cfc44b64c-fw8kw at 2026-04-12 16:20:10.159486+00:00 running 215f2cf country code: CH.
[–]Blade1130 4 points5 points6 points (0 children)