Leccho

Results 14 comments of Leccho

@dylhunn It's useful when you have a `FormGroup` in which every `FormControl` `Validators` depends on how the other `FormControl` are used. Here's a small example of what I mean: ```typescript...

@dylhunn as shown in the example above, I need different `Validators` for each `FormControl`. I mostly use this in a multi input search form where I want to provide feedback...

It seems to work fine as of now, I deleted the packages for the upgrade and re-installed the packages after. I'd still like to see support to the latest angular...

I deleted the `ngx-material-file-input` packages. You might wanna remove the `node_modules` folder. Then I use `npm install` to reinstall `node_modules`. Once installed I used `ng upgrade` to get version 11....

This should be fixed by now. This package has been built with angular in mind, but doesn't respect angular requirement. Using CommonJS or AMD dependencies will result in optimization bailouts...

@hdkcreative This is not a work around, it's just hiding the problem from the console so you forget all about it. I'd leave the message and wait for a fix

> > @hdkcreative This is not a work around, it's just hiding the problem from the console so you forget all about it. I'd leave the message and wait for...

Got the same problem, as soon as it compile with errors. Have you fix this @thenglong ? ## Nx Report ``` Node : 18.16.0 OS : win32 x64 npm :...

Most of the Angular Material Components don't work properly for the color. I don't know how this as not been fix already. Should have been fix first week after the...

Can't approve this yet as it does not really support angular-material 15. All legacy imports should be replaced. Legacy imports cannot work side by side with the new angular-material 15...