Revert "refactor(ngcc): remove unused import (#42062)" (#43033)

This reverts commit 42265cca1c0088b9623a94cfb4a39e9690e75234.

PR Close #43033
This commit is contained in:
atscott 2021-08-03 14:49:34 -07:00
parent 064e705eef
commit f99ec27596

View File

@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import {DepGraph} from 'dependency-graph';
import {DtsProcessing, PartiallyOrderedTasks} from '../../src/execution/tasks/api';
import {DtsProcessing, PartiallyOrderedTasks, Task} from '../../src/execution/tasks/api';
import {EntryPoint, EntryPointJsonProperty} from '../../src/packages/entry_point';
/**