-
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
feat(misc): conditionally allow starter template inclusion #14268
feat(misc): conditionally allow starter template inclusion #14268
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…itionally-allow-starter-template
…itionally-allow-starter-template
Hi @Coly010 , @FrozenPandaz , I recreated this PR to master, hope all is good with it now. |
Hi @DirkoOdendaal , thanks for your PR. Can you change it to |
Hi @jaysoo , |
…itionally-allow-starter-template
…itionally-allow-starter-template
f00be79
to
4fb1429
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
When generating a new angular applications it always adds a NX welcome component to the application.
For us this is something we don't want, so we always delete the nx welcome component once it's created.
Expected Behavior
That the application generator has a flag to determine if a nx welcome component should be created or not.
This will speed up the generator itself if no component needs to be created or added.