Andy

Results 37 comments of Andy

Today I run into the same issue. I am using the rewrite. I figured out to trigger the broadcast up to the parents the first time to call updateValueAndValidity on...

Today I did some investigation in this. Its seems that every time we delete or insert a new FormControl into the FormArray we must do formGroup.updateValueAndValidity() and the new valid...

I dont know how to run the tests in your project. I dont use Karma and cypress. I tried, but I get to much errors on startup. I did the...

Now I did run the e2e tests without my change. It seems your tests are not stable because there are a lot AssertionErrors. Please check the e2e tests by your...

Ok, nice. And now whats happening if you run the tests with my change?

Ok, any ideas why this happens after the change? Did you any investigation on this?

I dont know whats wrong with the e2e tests or maybe my system, but I dont get the e2e tests green. I get: Timed out retrying after 4000ms: expected [...

I figured it out. Its a locale problem. The angular default locale is 'en-US' and all numbers you are displaying with the decimal pipe are rendered with a comma like...

I check the e2e with my change and you are right the test `should display the (nested) errors from the form` fails. I think it fails because the validations errors...