Skip to content

Commit

Permalink
feat: Export control component, for custom control directives (#79)
Browse files Browse the repository at this point in the history
close #78
  • Loading branch information
raysuelzer authored and Guillaume de Jabrun committed Dec 6, 2018
1 parent 857ab77 commit 458c3f7
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 @@ -4,6 +4,9 @@

export * from './lib/ngx-mapbox-gl.module';

// Expose control component to allow custom directives
export * from './lib/control/control.component';

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

0 comments on commit 458c3f7

Please sign in to comment.