I'm from .NET background, just a question on Dependency Injection in Angular.
In .NET/.NET Core, there are three different service lifetimes which are: Transient, Scoped and Singleton. But for Angular, it only has equivalent "Singleton", is my understanding correct? If yes, why Angular not provide other service type like "Transient"?