File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -344,14 +344,14 @@ export default class AngularGenerator extends AngularApplicationGenerator {
344344 ! application . microfrontend || ! application . applicationTypeMicroservice ,
345345 `${ application . clientSrcDir } app/entities/entity-navbar-items.ts` ,
346346 ] ,
347- `${ application . clientSrcDir } app/config/error.constants.ts` ,
348- `${ application . clientSrcDir } app/config/authority.constants.ts` ,
349347 ] ,
350348 '8.0.0-beta.1' : [
351349 `${ application . clientRootDir } jest.js` ,
352350 `${ application . clientSrcDir } app/shared/shared.module.ts.ejs` ,
353351 `${ application . clientSrcDir } app/core/interceptor/index.ts.ejs` ,
354352 `${ application . clientSrcDir } default-test-providers.ts.ejs` ,
353+ `${ application . clientSrcDir } app/config/error.constants.ts` ,
354+ `${ application . clientSrcDir } app/config/authority.constants.ts` ,
355355 ] ,
356356 } ) ;
357357 } ,
Original file line number Diff line number Diff line change @@ -309,6 +309,8 @@ const ${entityAngularName}Update = () => import('@/entities/${entityFolderName}/
309309 // Try to remove possibles old eslint config files
310310 'eslint.config.js' ,
311311 'eslint.config.mjs' ,
312+ ] ,
313+ '9.0.0-beta.1' : [
312314 `${ application . clientSrcDir } app/config/error.constants.ts` ,
313315 `${ application . clientSrcDir } app/shared/security/authority.ts` ,
314316 ] ,
You can’t perform that action at this time.
0 commit comments