Skip to content

Update ngx-file-drop to Angular 19 #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

apiweb
Copy link

@apiweb apiweb commented Jan 30, 2025

This PR update the ngx-file-drop project from Angular 16 to Angular 19.
The upgrade was performed using ng update, after this, I ran some schematics to ensure compatibility.

Changes:

  • Updated Angular dependencies to version 19.
  • Ran ng update and applied necessary schematics for the migration.
  • Updated project files (angular.json, tsconfig.json, etc.) to align with the latest Angular structure and options.
  • Updated code to use Angular’s new control flow from v17.
  • I mark all components with standalone: false to maintain the module-based structure. (In a future PR i can migrate the project to full standalone components).
  • Update @Input and @Output to use the new signals input and output signals.
  • Updated example application with some more examples.
  • Updated Lint to use the new eslint.
  • Added rimraf as devdependency because it was removed from eslint 9.0.

Notes

  • Tested on a local project with no apparent issues.

ngx-file-drop-example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant