Skip to content

Commit 343ae0c

Browse files
authored
Merge pull request #16 from Brocco/ng-schematics-refactor
refactor(@schematics/angular): Generalize utility functions for reuse
2 parents 9735a66 + be8b1e9 commit 343ae0c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

packages/schematics/angular/component/index.ts

+2-2
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)