How to use @angular-material-extensions/google-maps-autocomplete - 1 common examples

To help you get started, we’ve selected a few @angular-material-extensions/google-maps-autocomplete examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github angular-material-extensions / google-maps-autocomplete / demo / src / app / app.module.ts View on Github external
// region: 'DE'
};

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    // Add .withServerTransition() to support Universal rendering.
    // The application ID can be any identifier which is unique on
    // the page.
    BrowserModule.withServerTransition({appId: 'demo'}),
    BrowserAnimationsModule,
    Angulartics2Module.forRoot(),
    AgmCoreModule.forRoot(googleMapsParams),
    MatGoogleMapsAutocompleteModule.forRoot(),
    MatJumbotronModule.forRoot(),
    FlexLayoutModule,
    TransferHttpCacheModule,
    ReactiveFormsModule,
    FormsModule,
    HttpClientModule,
    AppRoutingModule,
    AppSharedModule,
    HomeModule,
    ServiceWorkerModule.register('ngsw-worker.js', {enabled: environment.production})
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule {
}

@angular-material-extensions/google-maps-autocomplete

Autocomplete input component and directive for google-maps built with angular and material design

MIT
Latest version published 2 months ago

Package Health Score

71 / 100
Full package analysis

Popular @angular-material-extensions/google-maps-autocomplete functions