Skip to content

Commit

Permalink
Merge pull request #24415 from mshima/angular-cleanup
Browse files Browse the repository at this point in the history
fix angular cleanup
  • Loading branch information
DanielFran authored Nov 30, 2023
2 parents 4044f17 + 8ccdd2a commit 6972d97
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 126 deletions.
1 change: 1 addition & 0 deletions generators/angular/cleanup.mts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export default function cleanupOldFilesTask(this: CoreGenerator, { application }
this.removeFile(`${application.clientSrcDir}app/layouts/main/main.module.ts`);
this.removeFile(`${application.clientSrcDir}app/admin/admin-routing.module.ts`);
this.removeFile(`${application.clientSrcDir}app/app.module.ts`);
this.removeFile(`${application.clientSrcDir}app/app-routing.module.ts`);
this.removeFile(`${application.clientSrcDir}app/entities/entity-routing.module.ts`);
}
}
98 changes: 0 additions & 98 deletions generators/angular/templates/src/main/webapp/app/app.module.ts.ejs

This file was deleted.

This file was deleted.

0 comments on commit 6972d97

Please sign in to comment.