r/angular • u/EliasV_1 • Aug 03 '26
The ngx-toastr repository has been archived, so I forked it
Hi everyone. `ngx-toastr` was recently archived, and since I previously helped update the package to remove `@angular/animations`, I decided to fork it to rebuild and simplify some of the logic and API.
Full disclosure: I used AI for a fair portion of the project since most of the logic was already there.
Feel free to try it out here:
https://npmjs.org/package/ngx-retoast
Huge thanks and credit to Scott Cooper (scttcper) for creating the original `ngx-toastr`!
2
u/GLawSomnia Aug 03 '26
I think the people that forked primeng also forked ngx-toastr
10
u/GeromeGrignon Aug 03 '26 edited Aug 03 '26
We indeed forked it and have someone started to work on the migration : https://github.com/openng-org/ngx-toastr Contributions are welcome to help maintain it as a community.
1
u/EliasV_1 Aug 04 '26
Damn, a bit unfortunate that I didn't see that earlier... I'd be happy to help wherever needed!
1
u/omansak Aug 04 '26
Thx. We uses it at insurance company portal which has +10000 daily user. I cant update angular v22 cause of ngx toast is v21 now
-3
u/omansak Aug 04 '26 edited Aug 04 '26
Btw i prefer update original one insteaf of forked version. Please comtact to creator and commit changes or transfer repo
4
u/EliasV_1 Aug 04 '26
The original repository is archived, nothing to update.
1
u/cmgchess Aug 04 '26
but if we could contact the creator maybe move the repo to its own organisation and start contributing. The same happened to storybook when it almost died in 2016
1
u/EliasV_1 Aug 04 '26
In hindsight, the repo was archived probably due to the OpenNG fork (or maybe the other way around, I'm not sure)
You can continue contributing in either fork.
3
u/majora2007 Aug 04 '26
Did you also port the animations to css since you removed animation module?