We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6999fc0 commit c28a4f6Copy full SHA for c28a4f6
README.md
@@ -148,7 +148,7 @@ import { MatGoogleMapsAutocompleteModule } from '@angular-material-extensions/go
148
apiKey: 'YOUR_KEY',
149
libraries: ['places']
150
}),
151
- MatGoogleMapsAutocompleteModule.forRoot(), ...],
+ MatGoogleMapsAutocompleteModule, ...],
152
bootstrap: [AppComponent]
153
})
154
export class AppModule {
0 commit comments