src/app/components/background/background.component.ts
Background component. ~implements AfterViewInit
AfterViewInit
selector | app-background |
styleUrls | ./background.component.scss |
templateUrl | ./background.component.html |
Properties |
|
Methods |
Accessors |
constructor(portfolioService: PortfolioService, entitiesService: EntitiesService, inputService: InputService, uiService: UiService, persistenceService: PersistenceService)
|
||||||||||||||||||||||||
Constructs the Background 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 entitiesService |
Type : EntitiesService
|
The entities service injected dependency.
|
Optional headerComponents |
Type : QueryList<HeaderComponent>
|
Decorators :
@ViewChildren(HeaderComponent)
|
Header component. |
Public portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
frequenciesDivider |
getfrequenciesDivider()
|
Frequencies divider object delegate. |
cv |
getcv()
|
CV delegate. |
entities |
getentities()
|
Entities delegate. |
linkToThisSymbol |
getlinkToThisSymbol()
|
Link-to-this symbol delegate. |
linkToThisText |
getlinkToThisText()
|
Link-to-this text delegate. |
decorations |
getdecorations()
|
Decorations delegate. |
ToggleKind |
getToggleKind()
|
Toggle kind enum template accessor getter. |
./background.component.scss
@use "../stylesheets/stylesheets.component.scss";