0
I have a directive to put the value treated by Decimalpipe in the input value without changing the Formcontrol value, or better yet, I make a change in Formcontrol without assigning it to the input.
The expected result is: Decimalpipe for the input value (as a string) and float as numeric for the Formcontrol value, and this is ok, just not applying the inheritance.
I use a component to provide functions to increment the value according to a parameter, and access that component through a Controlvalueaccessor. However, the value printed by the "internal" and "external" Formcontrol is different.
Stackblitz: https://stackblitz.com/edit/angular-enbqmf