artemsky / ng-snotify

Angular 2+ Notification Center
https://artemsky.github.io/ng-snotify/
MIT License
326 stars 71 forks source link

Support for Angular 11 #101

Closed naixatwork closed 3 years ago

naixatwork commented 3 years ago

I'm using angular 11 and there is no error messages or any noticeable DOM changes it just does not work. I think there is an issue with angular 11 will there be a support for angular 11?

app.component:


this.snotifyService.success('test1', 'TEST2', {
      timeout: 100,
      showProgressBar: true,
      closeOnClick: true,
      pauseOnHover: true,
      position: SnotifyPosition.rightTop
});

I have done all the configurations in the module file correctly.