Posted 16 May 2018, 1:16 am EST
I am using wijmo Controls and flexgrid but change detection is not working on wijmo control while html controls like input ,select controls is working change detection.
i am creating instance of form
@ViewChild('fnote') fnotes;this.fnotes.valueChanges.subscribe(val => {
alert('changed ');
});
But the wijmo control like wj-input-number,wj-input-date,wj-flex-grid not responding.
