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
It might also be helpful to some devs to mention in this README that GeoCoder is defined as ;
@Injectable({providedIn: 'root'})
and so automatically works as a singleton service (e.g. no need to explicitly list it as a provider in AppModule) and perhaps add a link to this page: https://angular.io/guide/singleton-services