Map powered by Google Maps.
## To install
npm i --save @idea-ionic/map
Be sure to install all the requested peer dependencies.
Then, add this imports into the global.scss
file, after the import on the top of the page:
@import '@idea-ionic/map/css/global.scss';
Make sure that there is a path (tsconfig file) pointing to @env
which contains the environment files (Angular standard).
Finally, add in the environments desired the variables you find in the environment.ts
file of this module.