chore: update Angular and related dependencies to version 19.2.x #4
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.
Change Summary
This PR upgrades Angular core, CLI, Material, CDK, and related dependencies to meet the latest Angular 19 requirements.
Fixes #3
How
The following steps were taken to make the changes in this PR:
Created a new temporary Angular 19 project with
@angular/animationsand@angular/materialusing the following Angular CLI command:Copied over appropriate lines from the
package.jsonfile of the newly created project to the existing project'spackage.json, specifically updating:scriptsdependenciesdevDependenciesThe following unnecessary or deprecated packages were removed or replaced:
Removed the old
package-lock.jsonfile to ensure a clean installation of dependencies.Installed the updated dependencies and generated a new
package-lock.jsonfile by running:Verified the application is working correctly with the new Angular version using: