We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9735a66 + be8b1e9 commit 343ae0cCopy full SHA for 343ae0c
packages/schematics/angular/component/index.ts
@@ -5,8 +5,8 @@
5
* Use of this source code is governed by an MIT-style license that can be
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
-import {addDeclarationToModule} from './utility/ast-utils';
9
-import {InsertChange} from './utility/change';
+import {addDeclarationToModule} from '../utility/ast-utils';
+import {InsertChange} from '../utility/change';
10
11
import {
12
Rule,
packages/schematics/angular/component/utility/ast-utils.ts renamed to packages/schematics/angular/utility/ast-utils.ts
packages/schematics/angular/component/utility/change.ts renamed to packages/schematics/angular/utility/change.ts
packages/schematics/angular/component/utility/route-utils.ts renamed to packages/schematics/angular/utility/route-utils.ts
0 commit comments