src/app/components/property-provider/property-provider.component.ts
PropertyProvider component
selector | app-property-provider |
styleUrls | ./property-provider.component.scss |
templateUrl | ./property-provider.component.html |
Properties |
|
Methods |
Accessors |
constructor(portfolioService: PortfolioService, uiService: UiService, excelDateFormatterService: ExcelDateFormatterService)
|
||||||||||||||||
Constructs the PropertyProvider component.
Parameters :
|
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 excelDateFormatterService |
Type : ExcelDateFormatterService
|
The Excel date formatter service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public Readonly uiService |
Type : UiService
|
The UI service injected dependency.
|
entities |
getentities()
|
Entities delegate. |
ui |
getui()
|
UI delegate. |
./property-provider.component.scss
@use "../stylesheets/stylesheets.component.scss";