-
Notifications
You must be signed in to change notification settings - Fork 163
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
notifications are not visible #144
Comments
Same for me, I have the same issue, no errors, the notication just doesn't show up. Any ideas ? |
is this version 0.4.51? |
according to the package.json yes I installed it using NPM today Thanks for your time <3 |
I think I must have messed something up with the latest release. Can you please try installing 0.4.5? |
it seems it's not a valid version to download, i can either get 0.4.51 or 0.4.49,
|
meh I really messed up here, okay can you try 0.4.49, and let me know if it works. |
i installed 0.4.49 but i still have the same problem sadly :/ |
I'm on 0.4.49 now and it is still not showing up .. |
Hmm.. 0.4.49 works fine for me. Are you on a public project can you share it? |
app.component.ts constructor(private api: APIService, private notify: NotificationsService) { } app.component.html Simple as that. Do you find any errors ? Thanks :) |
No that's all good. And you import in the main module right? |
|
There is no error at all, so I don't think it's an error of importing or compiling.. |
Ok can you inspect the html and look at the |
Nothing is triggered, there is only this comment. |
I can see the Any chance you could provide a simple bare bones plnkr with this version to demostrate? maybe i'm doing something wrong somewere. |
If I |
we need fix asap!! |
Take it easy, no one is paying him to support this, if you need the fix immediately then open the code base and do it yourself. |
Thanks @martov1 👍 Sorry guys I'm completely out of time at the moment, I'll try to work on it as soon as possible. If someone can recreate the issue in a plunkr it would be extremely helpful. |
Same here, hope he'll fix this soon! Thanks! |
Tried with 0.4.49 as suggested above but no luck. I see just above. My code is as equal as @antoinezanardi and @martov1 posted. I understand this fix might take time to come, but is there any tentative date? I am planning to include it for one of my product development hence asking for the time. Sorry about that. |
Hi @flauc, Here is the plunker where I could reproduce the issue.. https://plnkr.co/edit/tyawVR?p=preview Hope it is useful. |
Hi @atapas Thank you for reproducing this, it helps a lot 👍 So I've added a button that calls the notification, and creating a notification from the method called by the button works. Here is the plunker: So it looks like something didn't get initialized when |
Okay so it looks like calling the notification in |
Awesome @flauc . This works for me to get started. Will consume the updated version once submitted. |
I have same problem. Notification just does not shows up. On button click too |
@JuliaRakitina may be you have redefine |
The following code works for me:
The above code works as wrapper... in ones own app @flauc To find a permanent fix the EventEmitter in the
|
I have got the same error. Any news? |
@leomayer Thank you for finding this. |
@flauc any status or ETA? |
Hi, thanks for this library.
I added SimpleNotificationsModule to my imports array
in my component.ts file i imported
import { NotificationsService, SimpleNotificationsComponent } from 'angular2-notifications'
and the component itself only consists of
in my component.html file I added
<simple-notifications></simple-notifications>
but nothing comes up, i can see the element created but it has zero height and it has no content inside it.
Am i doing something wrong?
The text was updated successfully, but these errors were encountered: