in projects/kendo-ui-notification-ngcc/src/app/app.component.ts [31:40]
public show(): void {
this.notificationService.show({
content: 'Your data has been saved. Time for tea!',
cssClass: 'button-notification',
animation: { type: 'slide', duration: 400 },
position: { horizontal: 'center', vertical: 'bottom' },
type: { style: 'success', icon: true },
closable: true
});
}