AmadeusITGroup / otter

The Otter project is a highly modular framework whose goal is to provide a common platform to accelerate and facilitate the development of runtime customizable Angular based Web Applications
https://amadeusitgroup.github.io/otter/
BSD 3-Clause "New" or "Revised" License
47 stars 33 forks source link

[Feature]: Provide a schematics to run migration scripts on non angular setup #1735

Open cpaulve-1A opened 2 weeks ago

cpaulve-1A commented 2 weeks ago

Context

In @ama-sdk projects, even though the setup can run angular schematics thanks to the dev dependency on angular cli, we do not require our user to set up angular projects (no actual dependency on @angular and angular.json). Thus, for project with no actual dependency on @angular, there is currently no possibility to run the ng update to benefit from migration script.

Proposal

Provide a schematic on @ama-sdk packages to allow the run of migration files from a version to another