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.
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: