N
Novu3w ago
k9909

Angular Docs 404 Not Found

Hi guys, I am trying Novu out using Angular, but most of the links I found on npmjs or blogposts are leading to https://docs.novu.co/platform/notification-center/client/angular (not found) and I cannot find any proper documentation on the notification-center-angular. Are you dropping Angular in terms of support? I managed to get it running but using various third-party resources and therefore I find it difficult to style/customize the component due to the lack of documentation. I found https://github.com/scopsy/inbox-angular/blob/9b6da102a1d06ee38679b3d1eef1d649c296942a/src/app/app.component.ts which works very well but it is not documented at all so I am hesitant to use it. I am curious to know if Angular and Novu is a good idea in the long term, as it seems to be mostly focused around React. (Apart from using the API and building your own components) Thanks in advance!
GitHub
inbox-angular/src/app/app.component.ts at 9b6da102a1d06ee38679b3d1e...
Contribute to scopsy/inbox-angular development by creating an account on GitHub.
5 Replies
Pawan Jain
Pawan Jain3w ago
@k9909 We had support of angular in the old notification center Checkout the legacy documentation https://v0.x-docs.novu.co/notification-center/client/angular With the newly launched Inbox component, we are currently not planning native support of angular, but you can build custom angular component using our framework-agnostic headless library https://docs.novu.co/platform/sdks/javascript
@novu/js | Novu Documentation
Complete API reference for the Novu JavaScript package
k9909
k9909OP3w ago
@Pawan Jain Thanks for your response. May I also use this thread to double-check novu/js vs novu/ts in terms of support or should I create a new topic to help other users? Mainly because only novu/js is referenced in the docs, but I can see that novu/ts has had recent commits. Thanks!
Pawan Jain
Pawan Jain3w ago
Can you share the link for novu/ts? Are you referring to this repository? https://github.com/novuhq/novu-ts
GitHub
GitHub - novuhq/novu-ts: TypeScript SDK for Novu - The open-source ...
TypeScript SDK for Novu - The open-source notification infrastructure for engineers. 🚀 - novuhq/novu-ts
k9909
k9909OP3w ago
Yes, precisely. I assume it is oriented towards server side using node js, and the js sdk is for the frontend?
Pawan Jain
Pawan Jain3w ago
Yes, you are correct. novu-ts is server side sdk with npm package name @novu/api @novu/js is for in-app notification and client side

Did you find this page helpful?