Skip to content

Instantly share code, notes, and snippets.

@chsami
Created December 25, 2018 14:32
Show Gist options
  • Save chsami/d0260566ef1496b015e86dd26d2ddde6 to your computer and use it in GitHub Desktop.
Save chsami/d0260566ef1496b015e86dd26d2ddde6 to your computer and use it in GitHub Desktop.
export class MapModule {
static forRoot(mapConfig: IMapsConfig): ModuleWithProviders {
return {
ngModule: MapModule,
providers: [ {provide: MapsConfig, useValue: mapConfig} ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment