public showInfo()

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


  public showInfo(): void {
    this.notificationService.show({
      content: 'Info notification',
      hideAfter: 600,
      position: { horizontal: 'center', vertical: 'bottom' },
      animation: { type: 'fade', duration: 400 },
      type: { style: 'info', icon: true }
    });
  }