-
Notifications
You must be signed in to change notification settings - Fork 12k
Multiple app defintions in the angular-cli.json "apps" : [ ] property #4215
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
That is the intended future use. However, only one app is currently supported. |
Closing as answered by @clydin. |
Is there a timeline for this? Could you suggest a workaround until then? |
Check #5737 |
Thanks, that looks great Leo!
…On Tue, Apr 4, 2017 at 10:01 AM, Leo Caseiro ***@***.***> wrote:
Check https://github.com/sumitarora/angular-cli/blob/
8eacff2/docs/documentation/
stories/multiple-apps.md
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4215 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALPJvqL2zxyraXJ28Njlvay6K7tUgoFsks5rsY9VgaJpZM4LtEPu>
.
|
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. |
Multiple app definitions
I noticed that inside the
angular-cli.json
file, the"apps":
property is defined as an array. Is the following a valid example of the intended use for this property?angular-cli.json :
I've tested with multiple definitions in the "apps": property. And
ng build
always builds the first app defintiion.If all these assumptions are correct, How do you use
ng build
to compile the second app definition?Current Config.
angular-cli: 1.0.0-beta.26
node: 6.5.0
os: win32 x64
@angular/common: 2.4.4
@angular/compiler: 2.4.4
@angular/core: 2.4.4
@angular/forms: 2.4.4
@angular/http: 2.4.4
@angular/platform-browser: 2.4.4
@angular/platform-browser-dynamic: 2.4.4
@angular/router: 3.4.4
@angular/compiler-cli: 2.4.4
The text was updated successfully, but these errors were encountered: