Getting -> "TypeError: Object(...) is not a function" on loading angular 5 application
Tawsif opened this issue · 4 comments
Tawsif commented
Expected Behavior
It should load angular 5 application without any error
Actual Behavior
Throws TypeError: Object(...) is not a function
Steps to Reproduce the Problem
Install ngxCookieService and try to run application
Specifications
agarwalaman263 commented
Even I am facing the same issue with angular 7
Johnny99211 commented
Same error here. What have you done to fix this?
Tawsif commented
downgraded to version 2.2.4 fixed the issue
agarwalaman263 commented
downgraded to version 2.2.4 fixed the issue
It works like magic
Thank you