Skip to content

Commit be8b1e9

Browse files
committed
refactor(@schematics/angular): Generalize utility functions for reuse
1 parent 9735a66 commit be8b1e9

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

packages/schematics/angular/component/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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 {addDeclarationToModule} from './utility/ast-utils';
9-
import {InsertChange} from './utility/change';
8+
import {addDeclarationToModule} from '../utility/ast-utils';
9+
import {InsertChange} from '../utility/change';
1010

1111
import {
1212
Rule,

0 commit comments

Comments
 (0)