Skip to content

angular SnotifyModule Show template error #54

@emailer00752

Description

@emailer00752

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]
1

This error comes when i install [email protected]
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions