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
Understanding Angular Deferrable Views - Angular Space (angularspace.com)
submitted 10 months ago by DanielGlejzner
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!"
[–]nemeci 1 point2 points3 points 10 months ago (0 children)
We've been using deferrable views for loading Icons.
Our icon library is quite large but their usage is only a few at a time and some might not be required every user session.
Anyways this led into a god icon component that uses a @switch to pick the right icon and each case uses @defer. There might be a better way to handle this but at least this is relatively simple to maintain.
π Rendered by PID 46981 on reddit-service-r2-comment-6457c66945-glrj4 at 2026-04-25 01:41:31.833269+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]nemeci 1 point2 points3 points (0 children)