Open gmmrx opened 7 years ago
@jrsakizci I Know this post is old but i am having a similar issue, i think using zone could resolve this issue. You can wrap you call to the service in
`this.zone.run() => {
this._service.success("Hoşgeldiniz.", "Başarıyla kaydoldunuz.", {timeOut:5000, clickToClose:true, showProgressBar: true});
});`
You would need to reference 'NgZone' from core. And then add it your components constructor. Additionally i know this is an old post so did you find another way to resolve this?
Hi there. I just saw this module and starting to use in my project. But somehow its acting strange. I am submitting the form, if i submit by entering, its not showing any notification until i click outside the form, if i submit by clicking, its not showing until i click again and again.
I also add onCreate and onDestroy events, its not showing any errors even if its created one. Its creating one notification when i hit submit but not showing or adding to html.
I cant simulate the error but i can show you code, if its not help i can try to reproducing but its MeteorJS and it'll be take long time which i dont have right now.
This is Register.Component
And this is auth service