Mike Brocchi a5a33fa1db chore(docs): move the new wiki docs to main repo (#3382)
This move will allow other devs to contribute and allow for pull requests and reviews against docs changes.
2016-12-05 15:25:11 -08:00

478 B

ng build

Overview

ng build compiles the application into an output directory

Options

--target (-t, -dev, prod) define the build target

--environment (-e)

--output-path (-o) path where output will be placed

--watch (-w) flag to run builds when files change

--surpress-sizes flag to suppress sizes from build output

--base-href (-bh) base url for the application being built

--aot flag whether to build using Ahead of Time compilation