Update depency injection milestone with providedIn: 'root'
Right now we only mention including service in a module and never mention using "providedIn: root". We should update info to reflect this future.
https://codelab.fun/angular/dependency-injection/provide-injectable
the code is in
apps/codelab/src/app/codelabs/angular/dependency-injection/dependency-injection.component.html
Should we replace including service in a module with "providedIn: root" option or just to add one more slide referencing that?
I already looked at what's in codelab, you can safely change everything to providedIn: 'root'.
And we have to discuss about another cases in another issue.
Cool, thanks I'm gonna work on this 👩🏻💻
I'd say just update the slides in a way you think makes sense for you and then let's have a call and think of the best way to explain it?