File tree 2 files changed +3
-4
lines changed
packages/angular_devkit/build_ng_packagr/src/build
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
* Use of this source code is governed by an MIT-style license that can be
6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
- import { BuilderContext , BuilderOutput , createBuilder } from '@angular-devkit/architect/src/index2 ' ;
8
+ import { BuilderContext , BuilderOutput , createBuilder } from '@angular-devkit/architect' ;
9
9
import { resolve } from 'path' ;
10
10
import { Observable , from } from 'rxjs' ;
11
11
import { catchError , mapTo , switchMap } from 'rxjs/operators' ;
Original file line number Diff line number Diff line change 5
5
* Use of this source code is governed by an MIT-style license that can be
6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
+ import { Architect } from '@angular-devkit/architect' ;
8
9
import { 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' ;
12
11
import {
13
12
experimental ,
14
13
join ,
You can’t perform that action at this time.
0 commit comments