TypeError: Object(…) is not a function at eval (platform.es5.js:79) at eval (platform.es5.js:81)

后端 未结 7 1247
醉梦人生
醉梦人生 2021-02-05 10:52

I am getting the following error :

platform.es5.js:79 Uncaught TypeError: Object(...) is not a function
    at eval (platform.es5.js:79)
    at eval (platform.es         


        
7条回答
  •  后悔当初
    2021-02-05 11:25

    Update your material like this:- npm install --save @angular/material@6.4.7 @angular/cdk@6.4.7 @angular/animations@6.1.0 this will work properly

提交回复
热议问题