Skip to content

Commit fc431a1

Browse files
committed
Fixed writeModuleDecorator.
1 parent 3c7d071 commit fc431a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular-writer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class AngularWriter {
3838
*/
3939
public static writeModuleDecorator(writer: TypeScriptWriter, config: ModuleConfig): void {
4040
writer.writeDecoratorCodeBlock('NgModule', () => {
41-
AngularWriter.writeComponentConfig(writer, config);
41+
AngularWriter.writeModuleConfig(writer, config);
4242
});
4343
}
4444

0 commit comments

Comments
 (0)