I’m a longtime Angular dev now trying to learn the standalone version. How do I inject a service into another service without a providers
array in the NgModule. Is my only choice using providedIn
in the Injectable
declaration?
I’m a longtime Angular dev now trying to learn the standalone version. How do I inject a service into another service without a providers
array in the NgModule. Is my only choice using providedIn
in the Injectable
declaration?