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

Angular/NestJS Icons within a Nx Monorepo #2233

Open
KerickHowlett opened this issue Feb 26, 2024 · 0 comments
Open

Angular/NestJS Icons within a Nx Monorepo #2233

KerickHowlett opened this issue Feb 26, 2024 · 0 comments

Comments

@KerickHowlett
Copy link

KerickHowlett commented Feb 26, 2024

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Create a Nx Workspace using npx create-nx-workspace@latest --preset=empty
  2. Add Angular Nx Plugin using npx nx add @nx/angular.
    • If command fails, just rerun the command, where it'll most likely work the second time around.
  3. Add Angular Nx Plugin using npx nx add @nx/nest.
    • If command fails, just rerun the command, where it'll most likely work the second time around.
  4. Use Nx to generate both an Angular and NestJS application.
    • It's easiest using Nx's Visual Studio Code or IntelliJ extension, which provides an intuitive UI to generate the application scaffolding for both frameworks.

Expected behavior
Have the NestJS icons only appear for the NestJS files and the Angular icons only appear for the Angular files, regardless of the near identical naming convention.

Computer information (please complete the following information):

  • OS edition: Pop!_OS 22.04 LTS x86_64
  • OS build (Kernel): 6.6.10-76060610-generic
  • Browser: Google Chrome
  • Version: 122.0.6261.69
  • VSCode version 1.86.2 (Latest at the time of this post.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant