Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): passing port 0 when using serve w…
…ill not find a suitable port At the moment, when passing port `0` it will default to `4200` which is incorrect. `4200` should be used a baseport.
- Loading branch information