File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/angular_devkit/build_ng_packagr/src/build Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8- import { BuilderContext , BuilderOutput , createBuilder } from '@angular-devkit/architect/src/index2 ' ;
8+ import { BuilderContext , BuilderOutput , createBuilder } from '@angular-devkit/architect' ;
99import { resolve } from 'path' ;
1010import { Observable , from } from 'rxjs' ;
1111import { catchError , mapTo , switchMap } from 'rxjs/operators' ;
Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8+ import { Architect } from '@angular-devkit/architect' ;
89import { WorkspaceNodeModulesArchitectHost } from '@angular-devkit/architect/node' ;
9- import { Architect } from '@angular-devkit/architect/src/index2' ;
10- import { TestProjectHost } from '@angular-devkit/architect/testing' ;
11- import { TestingArchitectHost } from '@angular-devkit/architect/testing/testing-architect-host' ;
10+ import { TestProjectHost , TestingArchitectHost } from '@angular-devkit/architect/testing' ;
1211import {
1312 experimental ,
1413 join ,
You can’t perform that action at this time.
0 commit comments