Filip Lauc

Results 65 comments of Filip Lauc

Can you please try updating to `v1.0.0`. I think you should not get that issue then, at least with @angular/cli

I'm unable to recreate this. What environment are you using?

The most frustrating thing is, it's working fine with karma and @angular/cli on Angular 5. Can you please create a minimal recreation on plunker?

Hi @luiguild Is that firefox?

Interesting, will try to fix this asap, thank you for reporting it 👍

Hey @AdamSGit Thanks man 👍 Could you please provide some code anyway. I haven't encountered this behavior before and I use the library across a bunch of my projects.

Hi @oehm-smith, If you want to use the library in a separate module from your app.module.ts you need to set up a shared module that exports `SimpleNotificationsModule` and then import...

That's a great idea thanks 👍 I'll leave this issue open and marked as question as well.

Hi everyone, sorry was out for a while. Are you importing the library like this: ``` @NgModule({ imports: [ BrowserModule, // Animations need to be imported in to your project...

Can you try removing the `SimpleNotificationsComponent` it's already declared in the `SimpleNotificationsModule` and it should not be declared twice.