chore: migrated to new build system and eslint defineConfig #442
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates to modernize the Angular project, including migration to the new Angular build system, dependency upgrades, and build configuration improvements. The changes aim to align the project with the latest Angular standards, streamline build outputs, and improve maintainability.
Build system migration and configuration updates:
@angular-devkit/build-angularto the new@angular/buildbuilders inangular.json, updating build, serve, and extract-i18n targets, and refactored related build options (e.g.,outputPath,serviceWorkerconfiguration, removed deprecated options). [1] [2] [3] [4] [5]dist/switcher-management/browser) for deployment.Dependency and tooling updates:
package.json, and replaced deprecated devDependencies with their modern equivalents. [1] [2]eslint.config.js) to ESM (eslint.config.mjs) using the newdefineConfigAPI and ES module imports.Other improvements:
@angular/localize/initfromsrc/main.tsas it is now included via the build configuration.