-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(angular): move replaceAppNameWithPath to Angular #15493
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have my doubts about making this function part of the DevKit public API. It's probably not something generic enough to make it available for everyone. The logic is Angular-specific and it's only used on the Angular plugin. I would inline it in the Angular plugin utils.
545d2fd
to
feeb6ce
Compare
feeb6ce
to
541f721
Compare
packages/angular/src/generators/application/lib/update-config-files.ts
Outdated
Show resolved
Hide resolved
packages/angular/src/generators/application/angular-v14/lib/update-config-files.ts
Outdated
Show resolved
Hide resolved
541f721
to
58a5834
Compare
58a5834
to
78b4e1e
Compare
78b4e1e
to
cebdd5d
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
replaceAppNameWithPath is used in multiple plugins via a deep import to @nrwl/workspace
Expected Behavior
Move the function to Angular
Deprecate the existing fuction in @nrwl/workspace to allow plugin authors time to migrate.
Related Issue(s)
Fixes #