Answers for "Namespace 'google.maps' has no exported member 'MarkerChangeOptionEventNames'"

1

Namespace 'google.maps' has no exported member 'MarkerChangeOptionEventNames'

// It seems, that Angular 11 does not work properly in combination with 
// @agm/core 3.0.0-beta.0 (newest version). Try to downgrade @agm/core to the previous 
// version 1.1.0.

"dependencies": {
    "@agm/core": "^1.1.0"
}

// (run npm install after changing the agm version)
Posted by: Guest on March-06-2021

Code answers related to "Namespace 'google.maps' has no exported member 'MarkerChangeOptionEventNames'"

Code answers related to "Javascript"

Browse Popular Code Answers by Language