chore: update Angular and related dependencies to version 19.2.x#4
Open
akaustav wants to merge 1 commit into
Open
chore: update Angular and related dependencies to version 19.2.x#4akaustav wants to merge 1 commit into
akaustav wants to merge 1 commit into
Conversation
Upgraded Angular core, CLI, Material, CDK, and related dependencies to match latest Angular 19 requirements.
Author
|
@thisiszoaib - I have attempted a fix for issue #3 in this PR. For your consideration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: