@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
12 lines • 640 B
TypeScript
import { AppStateService } from '../../common';
import { HeaderService } from '../../header/header.service';
import * as i0 from "@angular/core";
export declare class UserDetailsDrawerComponent {
appState: AppStateService;
headerService: HeaderService;
constructor(appState: AppStateService, headerService: HeaderService);
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<UserDetailsDrawerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UserDetailsDrawerComponent, "c8y-user-details-drawer", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=user-details-drawer.component.d.ts.map