@engie-group/ngx-gem-spaas
Version:
This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.
15 lines (14 loc) • 633 B
TypeScript
import { OnInit } from '@angular/core';
import { OktaUserModel } from '../_models/okta.model';
import { OktaService } from '../_services/okta.service';
import * as i0 from "@angular/core";
export declare class UserInfoComponent implements OnInit {
private oktaService;
currentUser: OktaUserModel | null;
userInitials: string;
constructor(oktaService: OktaService);
ngOnInit(): void;
private getUserInitials;
static ɵfac: i0.ɵɵFactoryDeclaration<UserInfoComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UserInfoComponent, "spaas-user-info", never, {}, {}, never, ["*"], false, never>;
}