Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
Say hello to Angular's future home!Check out Angular.devHome
/

LocationUpgradeModule

NgModule used for providing and configuring Angular's Unified Location Service for upgrading.

      
      class LocationUpgradeModule {
  static config(config?: LocationUpgradeConfig): ModuleWithProviders<LocationUpgradeModule>
}
    

See also

Static methods

      
      static config(config?: LocationUpgradeConfig): ModuleWithProviders<LocationUpgradeModule>
    
Parameters
config LocationUpgradeConfig

Optional. Default is undefined.

Returns

ModuleWithProviders<LocationUpgradeModule>