@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
9 lines (8 loc) • 476 B
TypeScript
import { AbstractProfileComponent, UserService } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class ProfileComponent extends AbstractProfileComponent {
protected _userService: UserService;
constructor(_userService: UserService);
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileComponent, "nc-user-profile", never, {}, {}, never, never, false, never>;
}