Skip to content

Commit ffc3dd4

Browse files
committed
fix template imports
1 parent 0c2343f commit ffc3dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/templates/ng-module/template-files/src/composition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const compositionFile = (context: ComponentContext): ComponentFile => {
66
return {
77
relativePath: `src/${name}.composition.ts`,
88
content: `import { Component, NgModule } from '@angular/core';
9-
import { ${Name}Module } from '../${name}.module';
9+
import { ${Name}Module } from './${name}.module';
1010
1111
@Component({
1212
selector: '${name}-composition-cmp',

0 commit comments

Comments
 (0)