Why error in Angular 5 as : has no exported member 'OpaqueToken'.?

后端 未结 5 1435
刺人心
刺人心 2021-01-13 12:20

I have an Angular 4 application, which I am upgrading to Angular 5.

I am getting the following error.

ERROR in src/app/application/services/g

5条回答
  •  醉酒成梦
    2021-01-13 12:44

    I had this error when I updating angular 4 to 5

    I fixed this issue by change package.json file

    "@agm/core": "1.0.0-beta.1" to "@agm/core": "1.0.0-beta.5"

    after run npm update

提交回复
热议问题