docs(aio): Update i18n example to Angular V6 (#23660)

PR Close #23660
This commit is contained in:
Brandon Roberts
2018-05-02 23:16:03 -05:00
committed by Igor Minar
parent fc034270ce
commit 9e2d87f5b8
9 changed files with 438 additions and 128 deletions

View File

@ -52,6 +52,7 @@ const cliRelativePath = BOILERPLATE_PATHS.cli.map(file => `../cli/${file}`);
BOILERPLATE_PATHS.i18n = [
...cliRelativePath,
'angular.json',
'package.json'
];
@ -63,7 +64,7 @@ BOILERPLATE_PATHS.universal = [
BOILERPLATE_PATHS.testing = [
...cliRelativePath,
'.angular-cli.json'
'angular.json'
];
const EXAMPLE_CONFIG_FILENAME = 'example-config.json';