-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionfeatureIssue that requests a new featureIssue that requests a new feature
Description
angular-cli.json is used to persist informations about Angular2 project.
It should be cool if we could save too the information about "serve":
- port
- live-reload-port
in the angular-cli.json like this:
{
"serve": {
"port": 4201,
"live-reload-port": 49153
}
}
It will avoid passing port and live-reload-port when you do ng serve
If you accept to do that, it should be very cool too to update the JSON Schema https://github.com/angular/angular-cli/blob/master/lib/config/schema.json that I'm using to have completion for Eclipse Editor. Thanks!
pavlos256, CarreraPHP, MrHus, dougg0k, rscottfree and 2 more
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionfeatureIssue that requests a new featureIssue that requests a new feature