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 6181201 commit f1b94fcCopy full SHA for f1b94fc
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