src/components/kendoUI/apex/tdbnumber/tdbNumberDirective/afterchange.directive.ts
Directive to control afterValueChange on TdbNumber
Selector | [afterValueChangedTDB] |
Properties |
|
Methods |
Inputs |
Outputs |
HostListeners |
constructor()
|
Creates an instance of AfterValueChangedTdbNumberDirective. |
valueChangeDelay |
Type : number
|
Default value : 0
|
In case we need to delay after value change |
afterValueChangedTDB |
Type : EventEmitter<number>
|
valueChange | ||||
Arguments : '$event'
|
||||
On value change
Parameters :
|
ngOnDestroy |
ngOnDestroy()
|
OnDestroy
Returns :
void
|
onValueChange | ||||||
onValueChange(value: number)
|
||||||
Decorators :
@HostListener('valueChange', ['$event'])
|
||||||
On value change
Parameters :
Returns :
void
|
Private stream |
Type : Subject<number>
|
Default value : new Subject<number>()
|
Stream subscription |
Private subscription |
Type : Subscription
|
Subscription |