--- Title: Notification History component Added: v3.3.0 Status: Experimental Last reviewed: 2019-06-05 --- # [Notification History component](../../../lib/core/notifications/components/notification-history.component.ts "Defined in notification-history.component.ts") This component is in the current status just an experimental component. The main purpose of the [Notification history component](../../core/components/notification-history.component.md) is list all the notification received in the current session. They will disappear from the list after the refresh. ![Notification history component](../../docassets/notification-history-component.png) ## Basic Usage ```html ``` ## Class members ### Properties | Name | Type | Default value | Description | | --- | --- | --- | --- | | menuPositionX | `string` | "after" | Custom choice for opening the menu at the bottom. Can be `before` or `after`. | | menuPositionY | `string` | "below" | Custom choice for opening the menu at the bottom. Can be `above` or `below`. | | maxNotifications | `number` | 5 | Maximum number of notifications to display. The rest will remain hidden until load more is clicked. | ## See also * [Notification Service](../../core/services/notification.service.md)