src/app/components/personal-data/personal-data.component.ts
Personal data component ~extends PropertyComponent
selector | app-personal-data |
styleUrls | ./personal-data.component.scss |
templateUrl | ./personal-data.component.html |
Properties |
|
Methods |
Inputs |
propertyName |
Type : Indexable
|
Injected propery name setter. |
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
|
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 portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public Readonly uiService |
Type : UiService
|
The UI service injected dependency.
|
./personal-data.component.scss
@use "../property/property.component.scss";