src/app/components/multi-toggle/multi-toggle.component.ts
MultiToggle component
selector | app-multi-toggle |
styleUrls | ./multi-toggle.component.scss |
templateUrl | ./multi-toggle.component.html |
Properties |
|
Accessors |
constructor(portfolioService: PortfolioService, inputService: InputService, uiService: UiService)
|
||||||||||||||||
Constructs the multitoggle component. ~constructor
Parameters :
|
Optional bothElement |
Type : ElementRef<HTMLInputElement>
|
Decorators :
@ViewChild('bothElement')
|
The both tag cloud element. |
Optional chartElement |
Type : ElementRef<HTMLInputElement>
|
Decorators :
@ViewChild('chartElement')
|
The chart tag cloud element. |
Optional clickableBoth |
Type : ElementRef<HTMLLabelElement>
|
Decorators :
@ViewChild('clickableBoth')
|
Both clickable element. |
Optional clickableChart |
Type : ElementRef<HTMLLabelElement>
|
Decorators :
@ViewChild('clickableChart')
|
Chart clickable element. |
Optional clickableMode |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableMode')
|
Mode clickable element. |
Optional clickableModeDecorated |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableModeDecorated')
|
Mode decorated clickable element. |
Optional clickableTagCloud |
Type : ElementRef<HTMLLabelElement>
|
Decorators :
@ViewChild('clickableTagCloud')
|
Tag cloud clickable element. |
Public Readonly inputService |
Type : InputService
|
The input service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Optional tagCloudElement |
Type : ElementRef<HTMLInputElement>
|
Decorators :
@ViewChild('tagCloudElement')
|
The tag cloud element. |
Public Readonly uiService |
Type : UiService
|
The ui service injected dependency.
|
TagCloudDisplayMode |
getTagCloudDisplayMode()
|
Tag cloud display mode enum accessor. |
./multi-toggle.component.scss
@use "../stylesheets/stylesheets.component.scss";