Skip to content

Commit

Permalink
docs: correct @ngtools/webpack url (#32407)
Browse files Browse the repository at this point in the history
Fixes #32385

PR Close #32407
  • Loading branch information
tieppt authored and mhevery committed Sep 3, 2019
1 parent 89434e0 commit 04d4fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 04d4fea

Please sign in to comment.