Skip to content

Commit

Permalink
feat: expose MAPBOX_GEOCODER_API_KEY (close #152)
Browse files Browse the repository at this point in the history
* #152: Add external reference to injection token

* fixes linting issues
  • Loading branch information
paullryan authored and Wykks committed Jun 8, 2019
1 parent 868b123 commit 67be0b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/ngx-mapbox-gl/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ export * from './lib/source/geojson/geojson-source.component';

export * from './lib/map/map.types';
export * from './lib/marker-cluster/marker-cluster.types';

// Expose GeocoderControlDirective provided injection tokens
export { MAPBOX_GEOCODER_API_KEY } from './lib/control/geocoder-control.directive';

0 comments on commit 67be0b4

Please sign in to comment.