src/app/components/truncator/truncator.component.ts
Truncator component
selector | app-truncator |
styleUrls | ./truncator.component.scss |
templateUrl | ./truncator.component.html |
Properties |
|
Methods |
Inputs |
Accessors |
constructor(truncatorServiceCv: TruncatorService, truncatorServicePs: TruncatorService, truncatorServicePp: TruncatorService, portfolioService: PortfolioService, inputService: InputService, uiService: UiService)
|
||||||||||||||||||||||||||||
Constructs the truncator component. ~constructor
Parameters :
|
context |
Context. |
truncatorKind |
Type : TruncatorKind
|
Truncator kind setter. |
Initialize |
Initialize()
|
Initialization
Returns :
void
|
clickableFocusThreshold |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableFocusThreshold')
|
Focus threshold clickable element. |
inputFocusThreshold |
Type : ElementRef<HTMLInputElement>
|
Decorators :
@ViewChild('inputFocusThreshold')
|
Focus threshold input element. |
Public Readonly inputService |
Type : InputService
|
The input service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
tagCloudEmphasisToggle |
Type : ToggleComponent
|
Decorators :
@ViewChild('tagCloudEmphasisToggle')
|
The tag cloud emphasis toggle element. |
Public truncatorService |
Type : TruncatorService
|
The proper truncator service to use. |
Public Readonly uiService |
Type : UiService
|
The ui service injected dependency.
|
truncatorKind | ||||
gettruncatorKind()
|
||||
Truncator kind getter. |
||||
settruncatorKind(value)
|
||||
Truncator kind setter.
Parameters :
Returns :
void
|
focusThresholdContext |
getfocusThresholdContext()
|
Focus threshold context. |
tagCloudEmphasisContext |
gettagCloudEmphasisContext()
|
Tag cloud emphasis context. |
TruncatorKind |
getTruncatorKind()
|
Truncator kind enum accessor. |
longTruncatorKind |
getlongTruncatorKind()
|
Long truncator kind. |
ToggleKind |
getToggleKind()
|
Toggle kind enum template accessor getter. |
./truncator.component.scss
@use "../stylesheets/stylesheets.component.scss";