Is it possible to do two-way binding in calcite-component-angular?
Did you figure out two-way binding in your project? I've tried to bind to a simple input using [(value)]="myobject" and [(ngModel)]= "myobject" and both throw angular errors about two-way binding
No, I didn't.