public showWarning()

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


  public showWarning(): void {
    this.notificationService.show({
      content: 'Warning notification',
      hideAfter: 600,
      position: { horizontal: 'left', vertical: 'bottom' },
      animation: { type: 'fade', duration: 400 },
      type: { style: 'warning', icon: true }
    });
  }