You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the moment you inject GoogleApiService it'll load the gApi, I'd much rather have the option to wait until I want to use the api to determine if I load it or not. In order to work around this I have to use an injector in the service I want to use the api from.
The text was updated successfully, but these errors were encountered:
Right now the moment you inject
GoogleApiService
it'll load the gApi, I'd much rather have the option to wait until I want to use the api to determine if I load it or not. In order to work around this I have to use an injector in the service I want to use the api from.The text was updated successfully, but these errors were encountered: