UI Library Components
Angular Component
The @novu/notification-center-angular
package provides an Angular component wrapper over the Notification Center Web Component that you can use to integrate the notification center into your Angular application.
Installation
Novu supports Angular version 15 and higher.
Example usage
Module:
Component:
Component HTML template:
Props
The notification-center-component
accepts the same set of props as the web component.
You may need to add "allowSyntheticDefaultImports": true
in tsconfig.json for the web component’s React imports to work correctly.
Example
Was this page helpful?