Angular supports the two-way binding syntax
[(property)]
to get/set values when they change. Could this be supported in the Forge-Angular adapter library for the wrapper components?
For example, we need support for two-way binding on the
selectedIndex
property of
<forge-stepper>
. Currently we only support value updates by change events.