We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5ef5c commit 9646f98Copy full SHA for 9646f98
projects/ngx-mapbox-gl/src/lib/ngx-mapbox-gl.module.ts
@@ -81,7 +81,7 @@ import { VideoSourceComponent } from './source/video-source.component';
81
],
82
})
83
export class NgxMapboxGLModule {
84
- static withConfig(config: { accessToken: string; geocoderAccessToken?: string }): ModuleWithProviders {
+ static withConfig(config: { accessToken: string; geocoderAccessToken?: string }): ModuleWithProviders<NgxMapboxGLModule> {
85
return {
86
ngModule: NgxMapboxGLModule,
87
providers: [
0 commit comments