|
|
|
@ -24,7 +24,7 @@ export class AppComponent implements OnInit, AfterViewInit {
|
|
|
|
user_image: string = "../assets/imgs/profile.png";
|
|
|
|
user_image: string = "../assets/imgs/profile.png";
|
|
|
|
menuSide: string = "left";
|
|
|
|
menuSide: string = "left";
|
|
|
|
notBadge: number;
|
|
|
|
notBadge: number;
|
|
|
|
companyUrl: string = "../assets/imgs/CS.png";
|
|
|
|
companyUrl: string = "../assets/imgs/HMG.png";
|
|
|
|
companyDesc: string = "Powered By Cloud Solutions";
|
|
|
|
companyDesc: string = "Powered By Cloud Solutions";
|
|
|
|
public direction = "ltr";
|
|
|
|
public direction = "ltr";
|
|
|
|
constructor(
|
|
|
|
constructor(
|
|
|
|
@ -63,7 +63,7 @@ export class AppComponent implements OnInit, AfterViewInit {
|
|
|
|
if (user) {
|
|
|
|
if (user) {
|
|
|
|
this.companyUrl = user.CompanyImageURL
|
|
|
|
this.companyUrl = user.CompanyImageURL
|
|
|
|
? user.CompanyImageURL
|
|
|
|
? user.CompanyImageURL
|
|
|
|
: "../assets/imgs/CS.png";
|
|
|
|
: "../assets/imgs/HMG.png";
|
|
|
|
|
|
|
|
|
|
|
|
this.companyDesc = user.CompanyImageDescription
|
|
|
|
this.companyDesc = user.CompanyImageDescription
|
|
|
|
? user.CompanyImageDescription
|
|
|
|
? user.CompanyImageDescription
|
|
|
|
|