Andy

Results 37 comments of Andy

Okay I understand. But for now, we can bring this into the master and remove then the old implementation. Why we should bring this also into 5.x.x. Because some projects...

Additionally distinctUntilChanged is not working for the enable/disable problem. Because its nessessary to emit a value for each sub form to have the right validation status of all sub forms...

Any update on that? Sorry for pushing that, but this blocks a lot of projects on our side.

Hey Maxime, I understand what you wrote in July but after 2 month I come back to this. So I spend a lot time into this issue and it feels...

Hey @zakhenry, okay Angular provides now the possibility to type forms, but do you have any evidence (e.g. a ticket at angular) that Angular will provide a mechanism how to...

I am using ngx-sub-form in my project. I know you are doing a feature rewrite actually. I am very excited about this. The code seams more clean. I would like...

I created a fix for that problem. Take a look at PR https://github.com/cloudnc/ngx-sub-form/pull/265. The solution from daniel is a good working workaround. But I think its better to have this...

Okay, sounds good. Could you bring your idea up with some code ... it would be great to have a solution for this problem.

Its seems that all material specific usages could be replaced with the cdk classes. For example MatTable extends CdkTable and MatDataSource extends DataSource from Cdk, so it looks like we...