src/app/components/publication-list/publication-list.component.ts
Publication list component ~extends PropertyComponent
selector | app-publication-list |
styleUrls | ./publication-list.component.scss |
templateUrl | ./publication-list.component.html |
Properties |
|
Methods |
Inputs |
Accessors |
constructor(portfolioService: PortfolioService, inputService: InputService, uiService: UiService, dataService: DataService, excelDateFormatterService: ExcelDateFormatterService)
|
||||||||||||||||||||||||
Constructs the Publication list component.
Parameters :
|
i |
Type : number
|
Default value : 0
|
Index when part of a collection |
propertyName |
Type : Indexable
|
Injected propery name setter. |
getAccomplishmentPublicationLogoImageUri |
getAccomplishmentPublicationLogoImageUri(imageName: string, full: boolean)
|
Get accomplishment publication logo image uri delegate.
Returns :
any
|
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.
|
dateFormatInline |
getdateFormatInline()
|
Inline date format |
type |
gettype()
|
Property name type getter.
Returns :
string
|
defaultDateFormat |
getdefaultDateFormat()
|
Default date format getter. |
punctuation |
getpunctuation()
|
Punctuation |
./publication-list.component.scss
@use "../property/property.component.scss";