Skip to content

Commit 60c5817

Browse files
aitboudadhansl
authored andcommitted
docs(@ngtools/webpack): fixed import AngularCompilerPlugin.
1 parent c69e092 commit 60c5817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ngtools/webpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In your webpack config, add the following plugin and loader.
99
Angular version 5 and up, use `AngularCompilerPlugin`:
1010

1111
```typescript
12-
import {AotPlugin} from '@ngtools/webpack'
12+
import {AngularCompilerPlugin} from '@ngtools/webpack'
1313

1414
exports = { /* ... */
1515
module: {

0 commit comments

Comments
 (0)