src/app/components/service-catalog/service-catalog.component.ts
service-catalog component. ~extends FooterComponent ~implements AfterViewInit
AfterViewInit
selector | app-service-catalog |
styleUrls | ./service-catalog.component.scss |
templateUrl | ./service-catalog.component.html |
Properties |
|
Methods |
|
Inputs |
Accessors |
constructor(portfolioService: PortfolioService, entitiesService: EntitiesService, inputService: InputService, uiService: UiService, persistenceService: PersistenceService, dataService: DataService)
|
||||||||||||||||||||||||||||
Constructs the service-catalog component.
Parameters :
|
Expand |
Type : boolean
|
Expand toggle setter. |
Initialize |
Initialize()
|
Initialization
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
Initialization
Returns :
void
|
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 dataService |
Type : DataService
|
The data service injected dependency.
|
Public entitiesService |
Type : EntitiesService
|
The entities service injected dependency.
|
Public inputService |
Type : InputService
|
The input service injected dependency.
|
Public persistenceService |
Type : PersistenceService
|
The persistence service injected dependency.
|
Public portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public uiService |
Type : UiService
|
The ui service injected dependency.
|
Optional headerComponents |
Type : QueryList<HeaderComponent>
|
Decorators :
@ViewChildren(HeaderComponent)
|
Header component. |
Public Readonly qualifiedHostname |
Default value : globalThis.location.protocol + '//' + globalThis.location.hostname
|
The server url. |
Public version |
Type : string
|
Default value : ''
|
The app version string. |
key |
getkey()
|
The component key |
Config |
getConfig()
|
Config. |
./service-catalog.component.scss
@use "../footer/footer.component.scss";