docs: correct @ngtools/webpack url (#32407)

Fixes #32385

PR Close #32407
This commit is contained in:
Tiep Phan 2019-08-30 10:03:10 +07:00 committed by Miško Hevery
parent 89434e09c2
commit 04d4fea3e8
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ If you don't use the CLI, you have two options:
For more information, see the [`ng xi18n` command documentation](cli/xi18n).
* You can use the CLI Webpack plugin `AngularCompilerPlugin` from the `@ngtools/webpack` package.
Set the parameters `i18nOutFile` and `i18nOutFormat` to trigger the extraction.
For more information, see the [Angular Ahead-of-Time Webpack Plugin documentation](https://github.com/angular/angular-cli/tree/master/packages/%40ngtools/webpack).
For more information, see the [Angular Ahead-of-Time Webpack Plugin documentation](https://github.com/angular/angular-cli/tree/master/packages/ngtools/webpack).
</div>