merlosy / ngx-material-file-input

File input for Angular Material form-field
https://merlosy.github.io/ngx-material-file-input
MIT License
257 stars 63 forks source link

Angular 16 support #145

Open sujithmathewthomas opened 1 year ago

sujithmathewthomas commented 1 year ago

While upgrading to Angular v16 the following error was thrown:

Screenshot 2023-05-30 at 6 13 46 PM
carepollo commented 7 months ago

same for v17

anuradhawick commented 6 months ago

+1 for this please :)

daemons88 commented 6 months ago

Updated to Angular 16:

Remember to change the references in the project to use the new ones: ngx-custom-material-file-input, here in the demo project you have an example.

Note that the placeholder no longer works and a mat-label must be used (Angular material 15 change).

If you find any problem, tell me or raise an issue in the new repo and we will review it together :D (Just to clarify, I am not an expert in the library but given the need I created this new package to use.)