stevermeister/ngx-cookie-service

Getting -> "TypeError: Object(...) is not a function" on loading angular 5 application

Tawsif opened this issue · 4 comments

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

  • Version: Latest version (^3.0.3)
  • Browser: Chrome
  • Attached Screenshot for the same
    image

Even I am facing the same issue with angular 7

Same error here. What have you done to fix this?

downgraded to version 2.2.4 fixed the issue

downgraded to version 2.2.4 fixed the issue

It works like magic
Thank you