-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels