Thanks. This helped me to get rid of agmp, because that wouldn't allow me to customize the style.
You could also add the part that if you get a TS error for the google declaration, that you should add to your tsconfig.app.json and tsconfig.spec.json this line "types": ["googlemaps"]
Thanks. This helped me to get rid of agmp, because that wouldn't allow me to customize the style.
You could also add the part that if you get a TS error for the
googledeclaration, that you should add to yourtsconfig.app.jsonandtsconfig.spec.jsonthis line"types": ["googlemaps"]thanks!! i will add it :)