src/app/components/spectrum-provider/spectrum-provider.component.ts
SpectrumProvider component.
selector | app-spectrum-provider |
styleUrls | ./spectrum-provider.component.scss |
templateUrl | ./spectrum-provider.component.html |
Properties |
|
Methods |
|
Inputs |
Accessors |
constructor(portfolioService: PortfolioService, sorterService: SorterService, truncatorService: TruncatorService, uiService: UiService, persistenceService: PersistenceService)
|
||||||||||||||||||||||||
Constructs a SpectrumProvider component. ~constructor
Parameters :
|
key |
Type : any
|
Entity key. |
Public getFrequenciesCache | ||||||
getFrequenciesCache(frequenciesCacheKey: string)
|
||||||
Get frequencies cache delegate.
Parameters :
Returns :
any[]
|
Public trackByFn |
trackByFn(index: any, item: any)
|
TrackBy iterator help function.
Returns :
any
|
Public Readonly persistenceService |
Type : PersistenceService
|
The persistence service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public Readonly sorterService |
Type : SorterService
|
The sorter service injected dependency.
|
Public Readonly truncatorService |
Type : TruncatorService
|
The truncator service injected dependency.
|
Public Readonly uiService |
Type : UiService
|
The ui service injected dependency.
|
TagCloudDisplayMode |
getTagCloudDisplayMode()
|
Tag cloud display mode enum accessor. |
chartHeight |
getchartHeight()
|
Chart height.
Returns :
number
|
chartWidth |
getchartWidth()
|
Chart width.
Returns :
number
|
simpleChart |
getsimpleChart()
|
Whether a simple chart should be used.
Returns :
boolean
|
truncated |
gettruncated()
|
Truncated collection delegate.
Returns :
any[]
|
remainingLength |
getremainingLength()
|
Remaining collection length.
Returns :
number
|
./spectrum-provider.component.scss
@use "../stylesheets/stylesheets.component.scss";