src/app/components/footer-provider/footer-provider.component.ts
FooterProvider component.
selector | app-footer-provider |
styleUrls | ./footer-provider.component.scss |
templateUrl | ./footer-provider.component.html |
Properties |
|
Methods |
|
Accessors |
constructor(portfolioService: PortfolioService, inputService: InputService, uiService: UiService, persistenceService: PersistenceService)
|
||||||||||||||||||||
Constructs the FooterProvider component.
Parameters :
|
getAssetUri | ||||||
getAssetUri(imageName: string)
|
||||||
Get an asset image delegate.
Parameters :
Returns :
string
|
keypress | ||||||
keypress(event: KeyboardEvent)
|
||||||
Simulate keyboard clicks delegate.
Parameters :
Returns :
void
|
label | ||||||
label(key: string)
|
||||||
Label delegate.
Parameters :
Returns :
string
|
linkLabel | ||||||
linkLabel(key: string | undefined)
|
||||||
Link label delegate.
Parameters :
Returns :
string
|
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 uiText | ||||||
uiText(key: string)
|
||||||
UI safe text delegate.
Parameters :
Returns :
string
|
Public Readonly inputService |
Type : InputService
|
The input service injected dependency.
|
Public Readonly persistenceService |
Type : PersistenceService
|
The persistence service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public Readonly uiService |
Type : UiService
|
The ui service injected dependency.
|
ui |
getui()
|
UI delegate. |
entities |
getentities()
|
Entities delegate. |
decorations |
getdecorations()
|
Decorations delegate. |
key |
getkey()
|
The component key |
expandKey |
getexpandKey()
|
The expand component key |
./footer-provider.component.scss
@use "../stylesheets/stylesheets.component.scss";