You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i add SnotifyModule to the app.module.ts -> imports array [ SnotifyModule ], the page not renders and show the error ( in image below ) to the cmd when using ngsnotifyV4.2.0
as documentation say, import SnotifyModule, SnotifyService } from 'ng-snotify'; and there are imports and providers array in app.module.ts
imports: [
SnotifyModule
],
providers: [
SnotifyService
],
now compiling goes ok, but browsers console showing this error now
and this is my ng version result
i am new to angular, please guide/help .. thanks
The text was updated successfully, but these errors were encountered:
When i add SnotifyModule to the app.module.ts -> imports array [ SnotifyModule ], the page not renders and show the error ( in image below ) to the cmd when using ngsnotifyV4.2.0
This error comes when i install [email protected]
This error comes when i install [email protected]
as documentation say, import SnotifyModule, SnotifyService } from 'ng-snotify'; and there are imports and providers array in app.module.ts
imports: [
SnotifyModule
],
providers: [
SnotifyService
],
now compiling goes ok, but browsers console showing this error now
and this is my ng version result
i am new to angular, please guide/help .. thanks
The text was updated successfully, but these errors were encountered: