src/app/components/header-title/header-title.component.ts
Header title component. ~implements AfterViewInit
AfterViewInit
selector | app-header-title |
styleUrls | ./header-title.component.scss |
templateUrl | ./header-title.component.html |
Properties |
|
Methods |
Inputs |
Accessors |
constructor(portfolioService: PortfolioService, entitiesService: EntitiesService, inputService: InputService, uiService: UiService)
|
||||||||||||||||||||
Constructs the Header title component. ~constructor
Parameters :
|
key |
Type : string
|
Default value : 'HeaderTitle'
|
The component key |
nextSortElement |
Type : HTMLElement
|
Next sort synced index entity panel element. |
Initialize |
Initialize()
|
Initialization
Returns :
void
|
keypress | ||||||
keypress(event: KeyboardEvent)
|
||||||
Simulate keyboard clicks delegate.
Parameters :
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
Initialization
Returns :
void
|
Optional clickable |
Type : ElementRef<HTMLAnchorElement>
|
Decorators :
@ViewChild('clickable')
|
Clickable element. |
Public portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Optional sorter |
Type : SorterComponent
|
Decorators :
@ViewChild('sorter')
|
Sorter component element. |
Public uiService |
Type : UiService
|
The ui service injected dependency.
|
entities |
getentities()
|
Entities delegate. |
entity |
getentity()
|
Entity shortcut. |
sorterKind |
getsorterKind()
|
Sorter kind
Returns :
SorterKind
|
count |
getcount()
|
Formatted section counter |
./header-title.component.scss
@use "../stylesheets/stylesheets.component.scss";