Browse Source

bajaj logo

master
Karan 3 years ago
parent
commit
2e85cd8e65
  1. 8
      src/app/pages/home/home.component.ts

8
src/app/pages/home/home.component.ts

@ -1,7 +1,12 @@
import { Component, ElementRef, OnInit, ViewChild } from '@angular/core'; import { Component, ElementRef, OnInit, ViewChild } from '@angular/core';
import IHeaderProps from 'src/app/models/header'; import IHeaderProps from 'src/app/models/header';
import { logOutButton, login, home } from 'src/app/constants/constants';
import {
logOutButton,
login,
home,
logoButton,
} from 'src/app/constants/constants';
import { RouterService } from 'src/app/shared/services/routerService'; import { RouterService } from 'src/app/shared/services/routerService';
import { FormGroup, FormBuilder, Validators } from '@angular/forms'; import { FormGroup, FormBuilder, Validators } from '@angular/forms';
import { LeadscoreService } from 'src/app/shared/services/leadscore.service'; import { LeadscoreService } from 'src/app/shared/services/leadscore.service';
@ -21,6 +26,7 @@ export class HomeComponent {
@ViewChild('fileUploader') fileUploader: ElementRef; @ViewChild('fileUploader') fileUploader: ElementRef;
headerProps: IHeaderProps = { headerProps: IHeaderProps = {
leftIcon: logoButton,
rightIcon: logOutButton, rightIcon: logOutButton,
rightIconRoute: 'logout', rightIconRoute: 'logout',
title: 'NPS EXPORTS BU', title: 'NPS EXPORTS BU',

Loading…
Cancel
Save