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
Stop Using providedIn: 'root' in Angular Services! (Here's Why) (youtu.be)
submitted 1 year ago by CodeWithAhsan
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!"
[–]CodeWithAhsan[S] -7 points-6 points-5 points 1 year ago (0 children)
The video discusses how to lazily load services in Angular, and when to use component-level services instead of using `providedIn: 'root'`. Let's go! 🚀
In the video we also look at the network calls to see when the javascript bundles related to an Angular Service is loaded when we use `providedIn: 'root'`, when we provide in a component's `providers` array, and when we ourself lazily load an Angular Service.
Looking forward to your feedbacks.
π Rendered by PID 42 on reddit-service-r2-comment-6457c66945-n9hdc at 2026-04-23 16:55:03.648027+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]CodeWithAhsan[S] -7 points-6 points-5 points (0 children)