UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

18 lines (17 loc) 1.12 kB
import { TranslateService } from '../../translate/public-api'; import { ProductEntryName } from './common-layout/public-api'; import * as i0 from "@angular/core"; export declare class PageHeaderComponent { logoUrl: string; private readonly translate; logoSrc: string; locale$: import("rxjs").Observable<string>; title: string; currentProduct: ProductEntryName; helpDocPath: string; menuActions: boolean; menuSeparator: boolean; constructor(logoUrl: string, translate: TranslateService); static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "acl-page-header", never, { "title": { "alias": "title"; "required": false; }; "currentProduct": { "alias": "currentProduct"; "required": false; }; "helpDocPath": { "alias": "helpDocPath"; "required": false; }; "menuActions": { "alias": "menuActions"; "required": false; }; "menuSeparator": { "alias": "menuSeparator"; "required": false; }; }, {}, never, ["*", "[customActions]", "[aclHelpMenuContent]", "[aclAccountMenuContent]"], false, never>; }