-
Notifications
You must be signed in to change notification settings - Fork 12k
feature: support multiple "apps" into a single angular-cli.json file #3629
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
@alexandrehebert This has been brought up in the past, i have a small solution that i wrote up as an attempt to test this concept, the angular-cli only processes the first angular-cli.json app entry, so you can use a small node.js (could even be gulp) script to swap their orders, here's a link to that issue. Issue: #3213 |
Thanks a lot for your answer, closing this issue and lets continue this conversation in the #3213 feed. |
Check #5737 |
This is really awesome, if you wand detailed pls check here also. |
I've followed this guide but it didn't work |
@delpast1 hi i follows it and it worked, try again step by step carefully |
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. |
Hi,
I wanted to know if you planned to introduce the support for multiple projects into one single
angular-cli.json
file (as the currentangular-cli.json
file structure suggest it, with an array type for the "apps" configuration).The expected behavior would be to produce multiple Angular2 applications (different JS files) by running a single
ng build
command from the project root folder.Regards,
Alex.
The text was updated successfully, but these errors were encountered: