public showDefault()

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


  public showDefault(): void {
    this.notificationService.show({
      content: this.notificationTemplate,
      hideAfter: 600,
      position: { horizontal: 'right', vertical: 'top' },
      animation: { type: 'fade', duration: 400 },
      type: { style: 'none', icon: false }
    });
  }