src/app/components/classifier/classifier.component.ts
Classifier component
selector | app-classifier |
styleUrls | ./classifier.component.scss |
templateUrl | ./classifier.component.html |
Properties |
|
Inputs |
Accessors |
constructor(classifierService: ClassifierService, portfolioService: PortfolioService, inputService: InputService, uiService: UiService)
|
||||||||||||||||||||
Constructs the classifier component. ~constructor
Parameters :
|
type |
Type : string
|
Default value : ''
|
The classifier component target type. |
Public Readonly classifierService |
Type : ClassifierService
|
The classifier service injected dependency.
|
clickableBack |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableBack')
|
A clickable back element. |
clickableForward |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableForward')
|
A clickable forward element. |
clickableHome |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableHome')
|
A clickable home element. |
Public Readonly inputService |
Type : InputService
|
The input service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public toggleEntityKey |
Type : string
|
Default value : 'Classifier'
|
The toggle entity key |
toolbarCollapsedToggle |
Type : ToggleComponent
|
Decorators :
@ViewChild('toolbarCollapsedToggle')
|
Toolbar collapsed toggle element. |
Public Readonly uiService |
Type : UiService
|
The ui service injected dependency.
|
displayType |
getdisplayType()
|
The classifier component display type. |
subComponent |
getsubComponent()
|
Subcomponent. |
Go |
getGo()
|
Go enum accessor. |
ToggleKind |
getToggleKind()
|
Toggle kind enum template accessor getter. |
toolbarCollapsedToggleChecked |
gettoolbarCollapsedToggleChecked()
|
Whether toolbar collapsed toggle is checked. |
./classifier.component.scss
@use "../stylesheets/stylesheets.component.scss";