style: align i18n angular config (#32334)

PR Close #32334
This commit is contained in:
Alan 2019-08-27 10:23:10 +02:00 committed by atscott
parent 1cb62346e4
commit c7c7f9fbe8
1 changed files with 14 additions and 12 deletions

View File

@ -707,8 +707,10 @@ the CLI configuration file, `angular.json`.
"i18nLocale": "fr", "i18nLocale": "fr",
"i18nMissingTranslation": "error", "i18nMissingTranslation": "error",
} }
// ... }
"serve": { },
...
"serve": {
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"options": { "options": {
"browserTarget": "my-project:build" "browserTarget": "my-project:build"
@ -721,8 +723,8 @@ the CLI configuration file, `angular.json`.
"browserTarget": "my-project:build:fr" "browserTarget": "my-project:build:fr"
} }
} }
}, }
}
``` ```
The same configuration options can also be provided through the CLI with your existing `production` configuration. The same configuration options can also be provided through the CLI with your existing `production` configuration.