Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

As of DSpace 8.0, the User Interface now uses Angular Standalone Components and is updated to Angular 17.  This page is just a reference for how that work was achieved.


The goal of this document is to describe the migration of DSpace angular application to standalone components approach which is the default behavior by Angular 17 release.

...

Additional themes, however, can be migrated with the following console command even at a latter time:




Info
iconfalse
titleMigration script
ng generate @angular/core:standalone --path src/themes/<theme-name>




Unfortunately, this script is not going to resolve any import of standalone component in the src/app folder, so those imports should be resolved manually.

...