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.
@angular/compiler-cli
1 parent 19eb5cb commit c5e3a8bCopy full SHA for c5e3a8b
packages/ngtools/webpack/src/ivy/plugin.ts
@@ -6,8 +6,12 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
-import { CompilerHost, CompilerOptions, readConfiguration } from '@angular/compiler-cli';
10
-import { NgtscProgram } from '@angular/compiler-cli/src/ngtsc/program';
+import {
+ CompilerHost,
11
+ CompilerOptions,
12
+ NgtscProgram,
13
+ readConfiguration,
14
+} from '@angular/compiler-cli';
15
import { createHash } from 'crypto';
16
import * as ts from 'typescript';
17
import type { Compilation, Compiler, Module, NormalModule } from 'webpack';
0 commit comments