Singleton services are init only on the first time we use it (injected). Maybe we could force this to be init on app start if we need to. Proposition : - add a initOnAppStart option insite the singleton annotation
Singleton services are init only on the first time we use it (injected).
Maybe we could force this to be init on app start if we need to.
Proposition :