Georgi Parlakov
Georgi Parlakov
Shallow - https://stackblitz.com/edit/forms-typed-example-shallow?file=src/app/app.component.html Nested - https://stackblitz.com/edit/forms-typed-example-nested?file=src%2Fapp%2Fapp.component.html
Perhaps : ```ts addValidatorsTo(parentControl: AbstractControl | null | undefined) { if (parentControl != null) { parentControl.validator = Validators.compose([ parentControl.validator, () => { // could overwrite some errors - but we...
See branches with issue-13 https://github.com/gparlakov/scuri/tree/feature/issue-13-parceljs-bundle-the-lib
@danjor thanks for your support and active participation! This sounds like an annoying problem. Sorry, Handling it on SCuri's side would be much more difficult (update templates are executed in...
~Also - add setup methods to replace the EMPTY observables~ Wrong issue
Also - add setup methods to replace the EMPTY observables
@cvjanick thanks for your feedback and for creating this issue. Currently working on creating stubs for promises and observables and adding setup methods for manipulating all deps so this might...
Hey @cvjanick the next rc version already supports that - check it out https://www.npmjs.com/package/scuri/v/1.4.0-rc.4
Sorry, I'm a bit confused. I got the part that people use them to display the packages in the "Features" page. What I did not quite get is >Yes, they...
Sure On Thu, Jan 25, 2024, 9:24 PM Elderov Ali ***@***.***> wrote: > Hallo @gparlakov ! > > Can you upgrade your lib to support angular v14, v15, v16 and...