ng-gapi
ng-gapi copied to clipboard
Option to lazy load Gapi
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.
@hahn-kev Thats a good one , this is definitely required.