Skip to main content

Migrations

Migrations

This section contains migration guides for upgrading between different versions of frameworks and libraries used in the platform.

Overview

Migration guides help developers understand the changes required when upgrading from one version to another. Each guide includes:

  • Prerequisites and preparation steps
  • Detailed migration instructions
  • Breaking changes documentation
  • Testing recommendations
  • Troubleshooting tips

Available Migration Guides

Angular Migrations

  • Angular 17 to Angular 19 - Complete guide for upgrading Angular from version 17 to 19, including platform libraries, module federation, and breaking changes

General Migration Tips

  1. Always backup your code before starting any migration
  2. Read the complete guide before beginning the migration process
  3. Test thoroughly after each major step
  4. Update dependencies in stages rather than all at once
  5. Check for breaking changes in the official changelogs

Need Help?

If you encounter issues during migration that are not covered in these guides, please:

  1. Check the official documentation for the specific framework/library
  2. Search for known issues in the project's issue tracker
  3. Consult with the development team

Last updated: June 2025