|
@@ -93,7 +93,8 @@ ${extensions
|
|
|
.map(e =>
|
|
.map(e =>
|
|
|
e.ngModules
|
|
e.ngModules
|
|
|
.filter(m => m.type === 'shared')
|
|
.filter(m => m.type === 'shared')
|
|
|
- .map(m => `import { ${m.ngModuleName} } from '${getModuleFilePath(e.id, m)}';\n`),
|
|
|
|
|
|
|
+ .map(m => `import { ${m.ngModuleName} } from '${getModuleFilePath(e.id, m)}';\n`)
|
|
|
|
|
+ .join(''),
|
|
|
)
|
|
)
|
|
|
.join('')}
|
|
.join('')}
|
|
|
|
|
|