Skip to content
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

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

Closed
cpaulve-1A opened this issue Apr 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cpaulve-1A
Copy link
Contributor

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

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

Successfully merging a pull request may close this issue.

2 participants