UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

15 lines (14 loc) 508 B
import * as i0 from "@angular/core"; /** * Componente general que muestra controles de sesión de usuario. * * Informa del login actualmente en sesión */ export declare class BitUserControlsComponent { usuario: any; userJSON: string; constructor(); get json(): string; static ɵfac: i0.ɵɵFactoryDef<BitUserControlsComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<BitUserControlsComponent, "bit-user-controls", never, { "usuario": "usuario"; }, {}, never, never>; }