-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(angular): fix root-project support for Angular #13534
fix(angular): fix root-project support for Angular #13534
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@@ -506,6 +506,76 @@ export function tslibC(): string { | |||
expect(libEslint.overrides[1].extends).toBeUndefined(); | |||
expect(libEslint.overrides[1].extends).toBeUndefined(); | |||
}); | |||
|
|||
it('(Angular standalone) should set root project config to app and e2e app and migrate when another lib is added', () => { |
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.
@meeroslav Standalone means something different in angular. (Standalone components and APIs etc) This would probably be better titled something like Angular root-project
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.
It's a test in the linter e2e and matches our preset name so I would leave this as is, but I'll rename the PR.
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
Expected Behavior
Related Issue(s)
Fixes #