Open bharat20185 opened 6 years ago
Issue: By passing the defaults values in [value] attributes, won't call (valueChanged) event.
[value]
(valueChanged)
Solved: Seems emit is missing NgAfterViewInit method.
NgAfterViewInit
Issue: By passing the defaults values in
[value]
attributes, won't call(valueChanged)
event.Solved: Seems emit is missing
NgAfterViewInit
method.