UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

15 lines (14 loc) 832 B
import { TemplateRef } from '@angular/core'; import { Observable } from 'rxjs'; import { K8sApiService } from '../../api/public-api'; import * as i0 from "@angular/core"; export declare class NotificationDisabledContainerComponent { private readonly k8sApi; enableToSetNotification: boolean; enableToSetNotification$: Observable<boolean>; inputRef: TemplateRef<unknown>; notificationServerOn$: Observable<boolean>; constructor(k8sApi: K8sApiService); static ɵfac: i0.ɵɵFactoryDeclaration<NotificationDisabledContainerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NotificationDisabledContainerComponent, "acl-notification-disabled-container", never, { "enableToSetNotification": { "alias": "enableToSetNotification"; "required": false; }; }, {}, ["inputRef"], never, true, never>; }