feat(core): Add a `injectAsync` helper function · angular/angular@444b024 · GitHub
DRANK

The commit introduces a new function to assist users who want to lazy load services and use the DI system to create them. Example: ```ts import {injectAsync} from 'angular/core'; class M...

github.com
Related Topics: Angular GitHub Git
1 comments