This package wraps the angular-google-maps to be suitable for forms.
npm install @ec.components/location --save
import { LocationModule } from '@ec.components/location';
@NgModule({
imports: [LocationModule],
})
export class AppModule {}
constructor(private typeConfig: TypeConfigService) {
this.typeConfig.set('location', {
input: LocationPickerComponent
});