src/app/components/selector-header/selector-header.component.ts
Selector header component ~extends PropertyComponent ~implements AfterViewInit
AfterViewInit
AfterContentChecked
selector | app-selector-header |
styleUrls | ./selector-header.component.scss |
templateUrl | ./selector-header.component.html |
Properties |
|
Methods |
Inputs |
Accessors |
constructor(portfolioService: PortfolioService, toolbarService: ToolbarService, inputService: InputService, uiService: UiService, persistenceService: PersistenceService, dataService: DataService, excelDateFormatterService: ExcelDateFormatterService, changeDetector: ChangeDetectorRef)
|
||||||||||||||||||||||||||||||||||||
Constructs the Professional experience component.
Parameters :
|
inline |
Type : boolean
|
The inline predicate setter |
key |
Type : string
|
The component key setter |
propertyName |
Type : Indexable
|
Injected propery name setter. |
Initialize |
Initialize()
|
Initialization
Returns :
void
|
ngAfterContentChecked |
ngAfterContentChecked()
|
Co-initialization. Trigger divider visibility changes.
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
Initialization
Returns :
void
|
Public onClick | ||||||||
onClick(event: MouseEvent)
|
||||||||
Processes the click event.
Parameters :
Returns :
void
|
rotateDateFormat |
rotateDateFormat()
|
Rotate date format changer.
Returns :
void
|
getBackgroundLogoImageUri | ||||||
getBackgroundLogoImageUri(imageName: string)
|
||||||
Get background logoimage uri delegate.
Parameters :
Returns :
any
|
getJsDateValueFromExcel | ||||||
getJsDateValueFromExcel(excelDate: any)
|
||||||
Get JS date value from Excel delegate.
Parameters :
Returns :
any
|
getSafeUri | ||||||
getSafeUri(url: string)
|
||||||
Get safe uri delegate.
Parameters :
Returns :
any
|
linkLabel | ||||||
linkLabel(key: string | undefined)
|
||||||
Link label delegate.
Parameters :
Returns :
string
|
Optional clickable |
Type : ElementRef<HTMLDivElement>
|
Decorators :
@ViewChild('clickable')
|
Clickable element. |
Public Readonly dataService |
Type : DataService
|
The data service injected dependency.
|
Public Readonly excelDateFormatterService |
Type : ExcelDateFormatterService
|
The Excel date formatter service injected dependency.
|
Public Readonly inputService |
Type : InputService
|
The input service injected dependency.
|
Public Readonly persistenceService |
Type : PersistenceService
|
The persistence service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public Readonly toolbarService |
Type : ToolbarService
|
The toolbar service injected dependency.
|
Public Readonly uiService |
Type : UiService
|
The ui service injected dependency.
|
key | ||||
getkey()
|
||||
The component key getter |
||||
setkey(value)
|
||||
The component key setter
Parameters :
Returns :
void
|
inline | ||||
getinline()
|
||||
The inline predicate getter |
||||
setinline(value)
|
||||
The inline predicate setter
Parameters :
Returns :
void
|
divider |
getdivider()
|
The divider predicate getter |
./selector-header.component.scss
@use "../stylesheets/stylesheets.component.scss";