File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - * root* (` string ` ): The root directory of the app.
1515 - * outDir* (` string ` ): The output directory for build results. Default is ` dist/ ` .
1616 - * assets* (` array ` ): List of application assets.
17- - * deployUrl* (` string ` ): .. .
18- - * index* (` string ` ): The name of the start HTML file. Default is ` index.hrml `
17+ - * deployUrl* (` string ` ): URL where files will be deployed .
18+ - * index* (` string ` ): The name of the start HTML file. Default is ` index.html `
1919 - * main* (` string ` ): The name of the main entry-point file.
2020 - * polyfills* (` string ` ): The name of the main entry-point file.
2121 - * test* (` string ` ): The name of the test entry-point file.
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ End-to-end tests are run via [Protractor](https://angular.github.io/protractor/)
5454* [ ng eject] ( eject )
5555* [ ng xi18n] ( xi18n )
5656
57+ ## Angular CLI Config Schema
58+ * [ Config Schema] ( angular-cli )
59+
5760### Additional Information
5861There are several [ stories] ( stories ) which will walk you through setting up
5962additional aspects of Angular applications.
You can’t perform that action at this time.
0 commit comments