merlosy / ngx-material-file-input

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

This project is dead? #152

Open nx-milos opened 9 months ago

nx-milos commented 9 months ago

Anyone migrated to another library or is there any maintained fork?

daemons88 commented 9 months ago

Hey!! I'm working on a new fork publishing the new package in npm to migrate at least at angular 15 when is ready I'll start publishing here all the info.

daemons88 commented 9 months ago

I just published the package in the Angular 15 version:

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.

I have tested it only in the library's demo project, for now just note that the placeholder no longer works and a mat-label must be used.

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.)

nx-milos commented 9 months ago

@daemons88 are you able to upgrade it to angular 17?

daemons88 commented 9 months ago

Yes, but in like 2 weeks approx, maybe less. I need to update my project to angular 15 and then update the package to 16 if there are no problems then I can update to 17.

daemons88 commented 9 months ago

FYI, update to Angular 17: https://www.npmjs.com/package/ngx-custom-material-file-input

nx-milos commented 9 months ago

@merlosy Would you be able to give maintain access to @daemons88? @daemons88 Could you create a pull request for NG 17 upgrade?

daemons88 commented 9 months ago

When I see the PR changes for Angular 15 being merged with the fixes commented on this issue, I can consider it.