ngxpert / hot-toast

🍞 Smoking hot toast notifications for Angular.
https://ngxpert.github.io/hot-toast/
MIT License
73 stars 7 forks source link

Bug install on Angular 18 #19

Closed avmesquita closed 2 months ago

avmesquita commented 2 months ago

I'm submitting a bug install on Angular 18


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:

Current behavior

Installing on Angular 18, apear like:

At visual code, apear like: image

At console, apear like: image

package.json:

{
     "@angular/core": "^18.1.0"
...
    "@ngneat/overview": "^6.0.0",
    "@ngxpert/hot-toast": "^3.0.1",
...
}

Expected behavior

Success.

Minimal reproduction of the problem with instructions

Minimal installing as standalone component.

What is the motivation / use case for changing the behavior?

Use component.

Environment


Angular version: 18.1.0

Browser:
- [x] Chrome (desktop) version XX
- [x] Chrome (Android) version XX
- [x] Chrome (iOS) version XX
- [x] Firefox version XX
- [x] Safari (desktop) version XX
- [x] Safari (iOS) version XX
- [x] IE version XX
- [x] Edge version XX

For Tooling issues:
- Node version: 18.19.0
- Platform:  Windows

Others:
shhdharmen commented 2 months ago

You need to import provider in app config, link.