We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69e092 commit 60c5817Copy full SHA for 60c5817
packages/@ngtools/webpack/README.md
@@ -9,7 +9,7 @@ In your webpack config, add the following plugin and loader.
9
Angular version 5 and up, use `AngularCompilerPlugin`:
10
11
```typescript
12
-import {AotPlugin} from '@ngtools/webpack'
+import {AngularCompilerPlugin} from '@ngtools/webpack'
13
14
exports = { /* ... */
15
module: {
0 commit comments