Skip to content

Commit

Permalink
feat: expose MapService for ngx-mapbox-gl extensions
Browse files Browse the repository at this point in the history
fix #19
  • Loading branch information
Wykks committed Jan 28, 2018
1 parent 7e32354 commit 908b8fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export * from './lib.module';

// Expose MapService for ngx-mapbox-gl extensions
export * from './map/map.service';

export * from './map/map.types';

0 comments on commit 908b8fe

Please sign in to comment.