in projects/kendo-ui-notification-ngcc/src/app/app.component.ts [52:60]
public showSuccess(): void {
this.notificationService.show({
content: 'Success notification',
hideAfter: 600,
position: { horizontal: 'center', vertical: 'top' },
animation: { type: 'fade', duration: 400 },
type: { style: 'success', icon: true }
});
}