Skip to content

Commit

Permalink
feat(*): Expose InfoWindowManager
Browse files Browse the repository at this point in the history
  • Loading branch information
sebholstein committed Mar 22, 2016
1 parent 0726ddb commit 7c95e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export {MapsAPILoader} from './services/maps-api-loader/maps-api-loader';
export {NoOpMapsAPILoader} from './services/maps-api-loader/noop-maps-api-loader';
export {GoogleMapsAPIWrapper} from './services/google-maps-api-wrapper';
export {MarkerManager} from './services/marker-manager';
export {InfoWindowManager} from './services/info-window-manager';
export {
LazyMapsAPILoader,
LazyMapsAPILoaderConfig,
Expand Down

0 comments on commit 7c95e55

Please sign in to comment.