Hi,
I have followed the readme instructions & imported it to a component to check.But i'm facing "Noty - is not defined" error.
Complete error description which I got in console is below.
ERROR ReferenceError: Noty is not defined
at NgNoty.create (ng-noty.ts:11)
at NotifyService.openNgNoty (notify.service.ts:21)
at SafeSubscriber.eval [as _next] (login.component.ts:48)
at SafeSubscriber.__tryOrUnsub (Subscriber.js:238)
at SafeSubscriber.next (Subscriber.js:185)
at Subscriber._next (Subscriber.js:125)
at Subscriber.next (Subscriber.js:89)
at CatchSubscriber.Subscriber._next (Subscriber.js:125)
at CatchSubscriber.Subscriber.next (Subscriber.js:89)
at MapSubscriber._next (map.js:83)
Hi, I have followed the readme instructions & imported it to a component to check.But i'm facing "Noty - is not defined" error. Complete error description which I got in console is below.
My complete code, app.module.ts
notify.service.ts
login.component.ts
Did I do anything wrong or what may be the problem ?
Regards, Deepak