-
Notifications
You must be signed in to change notification settings - Fork 12k
Dual app has duplicate declarations error only with AOT #6189
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
Comments
If multiple apps and |
Any news on this? |
This is a major issues and prevents us from using Component Lab (but there is a workaround, see this) |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Versions.
Repro steps.
I created a repo that replicates this issue.
.angular-cli.json
with unique main file.app.module.ts
and name it `app2.module.tsng build
everything works as expectedng build --prod --aot
and get the below error:The log given by the failure.
Desired functionality.
Expected behavior is that the apps should be evaluated independently for duplicate module AOT checks.
The text was updated successfully, but these errors were encountered: