@ng-maps/google
Version:
**@ng-maps/google** is a simple, modular and tree-shakable library for displaying google-maps inside an angular application
12 lines (11 loc) • 517 B
TypeScript
export * from './lib/google-maps-api-wrapper';
export * from './lib/managers/marker.manager';
export * from './lib/managers/circle.manager';
export * from './lib/managers/polygon.manager';
export * from './lib/managers/polyline.manager';
export * from './lib/managers/rectangle.manager';
export * from './lib/managers/info-window.manager';
export * from './lib/google.component';
export * from './lib/google.module';
export * from './lib/options';
export { isValidMarkerIcon } from './lib/util/is-valid-marker-icon';