src/app/components/property/property.component.ts
Property component
selector | app-property |
styleUrls | ./property.component.scss |
templateUrl | ./property.component.html |
Properties |
|
Methods |
Inputs |
Accessors |
constructor(portfolioService: PortfolioService, inputService: InputService, uiService: UiService, dataService: DataService, excelDateFormatterService: ExcelDateFormatterService)
|
||||||||||||||||||||||||
Constructs the Property component.
Parameters :
|
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.
|
propertyName | ||||||
getpropertyName()
|
||||||
Injected propery name getter.
Returns :
Indexable
|
||||||
setpropertyName(value: Indexable)
|
||||||
Injected propery name setter.
Parameters :
Returns :
void
|
type |
gettype()
|
Property name type getter.
Returns :
string
|
defaultDateFormat |
getdefaultDateFormat()
|
Default date format getter. |
dateFormat | ||||
getdateFormat()
|
||||
Date format getter. |
||||
setdateFormat(value)
|
||||
Date format setter.
Parameters :
Returns :
void
|
detailBullet |
getdetailBullet()
|
Detail bullet symbol. |
detailIndent |
getdetailIndent()
|
Detail indent. |
description |
getdescription()
|
Description formatter.
Returns :
string[]
|
./property.component.scss
@use "../stylesheets/stylesheets.component.scss";
.half-line-trailing {
margin-bottom: 0em; // 0.5em;
}
span {
cursor: pointer;
}