This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
Missing dependency of uiGmapgoogle-maps.providers #1591
Open
Description
Factory uiGmapMapScriptLoader
in uiGmapgoogle-maps.providers
uses uiGmapuuid
service from uiGmapgoogle-maps.wrapped
.
Either the utility should be moved or uiGmapgoogle-maps.providers
should depend on uiGmapgoogle-maps.wrapped
.
I spotted it when I tried to make my project module depend on uiGmapgoogle-maps.providers
to get access to uiGmapGoogleMapApi
service without the directive overhead.