I have customized a Control by Ejs-textbox. It doesn't show the value if I manually assign value to it. I know there are two ways to handle this case.
And what I want to know is how to compile/code the customized Angular Controls correctly.
1. To remove the code from changeDetection: ChangeDetectionStrategy.OnPush
2. Or to add detectChanges for WriteValue.
https://stackblitz.com/edit/angular-scatwj