@abp/ng.theme.basic
Version:
<h1> @abp/ng.theme.basic </h1>
14 lines (13 loc) • 631 B
TypeScript
import { AfterViewInit } from '@angular/core';
import { eLayoutType } from '@abp/ng.core';
import { LayoutService } from '../../services/layout.service';
import * as i0 from "@angular/core";
export declare class AccountLayoutComponent implements AfterViewInit {
service: LayoutService;
static type: eLayoutType;
authWrapperKey: string;
constructor(service: LayoutService);
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AccountLayoutComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AccountLayoutComponent, "abp-layout-account", never, {}, {}, never, never>;
}