Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

angular SnotifyModule Show template error #54

Open
emailer00752 opened this issue Apr 26, 2018 · 0 comments
Open

angular SnotifyModule Show template error #54

emailer00752 opened this issue Apr 26, 2018 · 0 comments

Comments

@emailer00752
Copy link

emailer00752 commented Apr 26, 2018

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 ng-snotify@v4.2.0
1

This error comes when i install ng-snotify@v3.0.0
2

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

4

and this is my ng version result

3

i am new to angular, please guide/help .. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant