ng-gapi icon indicating copy to clipboard operation
ng-gapi copied to clipboard

Option to lazy load Gapi

Open hahn-kev opened this issue 7 years ago • 1 comments

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 avatar Mar 12 '18 03:03 hahn-kev

@hahn-kev Thats a good one , this is definitely required.

rubenCodeforges avatar Mar 12 '18 09:03 rubenCodeforges