-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentseverity3: broken
Description
Bug Report or Feature Request (mark with an x
)
- [ x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
@angular/cli: 1.1.1
node: 7.7.4
os: darwin x64
@angular/animations: 4.2.2
@angular/common: 4.2.2
@angular/compiler: 4.2.2
@angular/core: 4.2.2
@angular/forms: 4.2.2
@angular/http: 4.2.2
@angular/platform-browser: 4.2.2
@angular/platform-browser-dynamic: 4.2.2
@angular/router: 4.2.2
@angular/cli: 1.1.1
@angular/compiler-cli: 4.2.2
@angular/language-service: 4.2.2
Repro steps.
After install globally new ng and start a project just made a kick start for multiple app. Get the current project and double it on two projects. Different names on angular-cli to split compilation but cli always compile the two projects.
Current structure:
Current angular-cli config:
Main-a.ts:
Main-b.ts
The log given by the failure.
Here you can see the verbose output from compilation that it complies app-a and app-b when the command has the parameter to compile only app-a.
Desired functionality.
Compilation only for the app assigned on the argument.
Mention any other details that might be useful.
leocaseiro and pauldraper
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentseverity3: broken