Open
Description
Feature Description
like many modules already use it, it would be nice if you could initialize the Google Map with the method forRoot()
in app.module.ts
with given parameters.
Use Case
initialize with parameters like:
- apiKey (link apiKey from environment.ts)
- language
- region
- styles (set global styles for map and marker)
These are the first ones I thought of. I'm sure there are many more.