Skip to content

docs(@angular/cli): fix description for polyfills config #6300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/documentation/angular-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- *deployUrl* (`string`): URL where files will be deployed.
- *index* (`string`): The name of the start HTML file. Default is `index.html`
- *main* (`string`): The name of the main entry-point file.
- *polyfills* (`string`): The name of the main entry-point file.
- *polyfills* (`string`): The name of the polyfills entry-point file. Loaded before the app.
- *test* (`string`): The name of the test entry-point file.
- *tsconfig* (`string`): The name of the TypeScript configuration file. Default is `tsconfig.app.json`.
- *testTsconfig* (`string`): The name of the TypeScript configuration file for unit tests.
Expand Down Expand Up @@ -88,4 +88,4 @@
- **warnings**: Allow people to disable console warnings.
- *nodeDeprecation* (`boolean`): Show a warning when the node version is incompatible. Default is `true`.
- *packageDeprecation* (`boolean`): Show a warning when the user installed angular-cli. Default is `true`.
- *versionMismatch* (`boolean`): Show a warning when the global version is newer than the local one. Default is `true`.
- *versionMismatch* (`boolean`): Show a warning when the global version is newer than the local one. Default is `true`.