dominique-mueller / angular-notifier

A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
https://www.npmjs.com/package/angular-notifier
MIT License
245 stars 67 forks source link

angular-notifier : Not working with Edge browser #133

Closed suresh7890 closed 5 years ago

suresh7890 commented 5 years ago

ERROR Error: Uncaught (in promise): TypeError: Object doesn't support property or method 'animate' TypeError: Object doesn't support property or method 'animate'

It works in Chrome browser but not in Edge version - Microsoft Edge 41

Is this the behavior or I miss something?

suresh7890 commented 5 years ago

I have missed web animation package in polyfills. updated and it worked fine.