There is currently onFormUpdate() hook and formGroup.valuechanges observable, but they are not called when the component gets the value from external after finish initialization.
There are indeed workarounds exist. But getting the latest form value after form initialization is still a legit scenario that is useful for this library.
There is currently
onFormUpdate()hook andformGroup.valuechangesobservable, but they are not called when the component gets the value from external after finish initialization.There are indeed workarounds exist. But getting the latest form value after form initialization is still a legit scenario that is useful for this library.