src/app/components/publication/publication.component.ts
Publication component ~implements AfterViewInit
AfterViewInit
selector | app-publication |
styleUrls | ./publication.component.scss |
templateUrl | ./publication.component.html |
Properties |
|
Methods |
Accessors |
constructor(portfolioService: PortfolioService, entitiesService: EntitiesService, sorterService: SorterService, truncatorService: TruncatorService, inputService: InputService, uiService: UiService, persistenceService: PersistenceService)
|
||||||||||||||||||||||||||||||||
Constructs the Accomplishments component. ~constructor
Parameters :
|
Initialize |
Initialize()
|
Initialization
Returns :
void
|
keypress | ||||||
keypress(event: KeyboardEvent)
|
||||||
Simulate keyboard clicks delegate.
Parameters :
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
AfterViewInit handler
Returns :
void
|
saveToggle | ||||||
saveToggle(event: MouseEvent)
|
||||||
Save toggle delegate.
Parameters :
Returns :
void
|
tabName | ||||||
tabName(key: string)
|
||||||
Tab name delegate.
Parameters :
Returns :
string
|
Public trackByFn |
trackByFn(index: any, item: any)
|
TrackBy iterator help function.
Returns :
any
|
Public Readonly entitiesService |
Type : EntitiesService
|
The entities service injected dependency.
|
Optional headerComponents |
Type : QueryList<HeaderComponent>
|
Decorators :
@ViewChildren(HeaderComponent)
|
Header component. |
Public Readonly inputService |
Type : InputService
|
The input service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public Readonly sorterService |
Type : SorterService
|
Decorators :
@Inject(undefined)
|
The sorter service injected dependency.
|
Public Readonly truncatorService |
Type : TruncatorService
|
Decorators :
@Inject(undefined)
|
The truncator service injected dependency.
|
Public Readonly uiService |
Type : UiService
|
The ui service injected dependency.
|
frequenciesDivider |
getfrequenciesDivider()
|
Frequencies divider object delegate. |
entities |
getentities()
|
Entities delegate. |
filtered |
getfiltered()
|
Filtered delegate. |
linkToThisSymbol |
getlinkToThisSymbol()
|
Link-to-this symbol delegate. |
linkToThisText |
getlinkToThisText()
|
Link-to-this text delegate. |
SorterKind |
getSorterKind()
|
SorterKind enum accessor. |
./publication.component.scss
@use "../property/property.component.scss";