1// It seems, that Angular 11 does not work properly in combination with
2// @agm/core 3.0.0-beta.0 (newest version). Try to downgrade @agm/core to the previous
3// version 1.1.0.
4
5"dependencies": {
6 "@agm/core": "^1.1.0"
7}
8
9// (run npm install after changing the agm version)