Guerric Phalippou
Guerric Phalippou
I agree that it would be helpful. Why couldn't `FormArray `be the root of a form?
Can you share a minimum reproducible example? According to the [official docs](https://angular.io/guide/creating-libraries#refactoring-parts-of-an-application-into-a-library) the `forRoot `pattern is still the standard pattern to provide a service from a library. I don't really...
Hi @fallais are you still facing the issue? If so, can you share your `package.json` file? The migration step you are mentioning has been done and it's available in v9.0.0
Hi @ManikantaNani thank you for reporting this issue, I had this error before migrating the library to v9.0.0. Can you confirm that you use the latest version? If so, can...
I was pretty sure that the specificity causing this bug in my project was the `CustomKeyspaceConfiguration` but indeed that minimal setup does not generate the bug. I'll let you know...
Same bug here, just trying to transfer a small file, using Chrome 83.0.4103.61 (Official build) (64 bits) on Windows
Why this bug appears only now? It's been since Angular 11 and the deprecation of the `extractCss` configuration property that the styles are not bundled all together in a global...
As a workaround while it's not part of the public API: `(form)._updateTreeValidity({ emitEvent: false });`
Thanks for your contribution, will merge and release soon.
Sorry I've been busy on other things these days. I have merged your PR