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