packages/location/src/public_api.ts
        
                            Properties | 
                    
| ngModule | 
                                        ngModule:     
                                     | 
                                
                                            Type :     Type<T>
                                         | 
                                    
| providers | 
                                        providers:         
                                     | 
                                
                                            Type :         Provider[]
                                         | 
                                    
| Optional | 
declare module '@angular/core' {
  interface ModuleWithProviders<T = any> {
    ngModule: Type<T>;
    providers?: Provider[];
  }
}
export * from './lib/geocode.service';
export * from './lib/location-map.component';
export * from './lib/location-picker.component';
export * from './lib/location-search.component';
export * from './lib/location.module';