public showError()

in projects/kendo-ui-notification-ngcc/src/app/app.component.ts [81:89]


  public showError(): void {
    this.notificationService.show({
      content: 'Error notification',
      hideAfter: 600,
      position: { horizontal: 'right', vertical: 'bottom' },
      animation: { type: 'fade', duration: 400 },
      type: { style: 'error', icon: true }
    });
  }