In a multi-project Angular repo, I could not manage to get the @angular/core:standalone
-schematics to work (this allows an automatic conversion of module-based components to standalone components).
client
projects
proj1
proj2
When I run ng generate @angular/core:standalone
, no matter what my working directory is, no matter what I answer to "Which path in your project should be migrated?", I always end up with the error
Could not find any files to migrate under the path /Users/hoeni/Work/client/projects/... Cannot run the standalone migration.
The absolute path shown in the error message is correct and matches the chosen directory.
Any ideas why this is not working here?