Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Angular from 10.0 to 11.0 #603

Merged
merged 7 commits into from
Mar 30, 2021
Merged

Update Angular from 10.0 to 11.0 #603

merged 7 commits into from
Mar 30, 2021

Conversation

seanwu1105
Copy link
Contributor

@seanwu1105 seanwu1105 commented Mar 30, 2021

The update brings the following critical benefit for the app.

  • Improve app start-up performance by latest Ivy engine.
  • New features (such as resizable item) in virtual scroll in @angular/material and @angular/cdk will only be added on version 11 or later.
  • Ionic has fully support Angular 11.
  • Faster testing speed with karma 6 for CI/CD.

Angular 11 also brings a better developer experience.

  • Drop deprecated TSLint. No more false positive TSLint warnings and errors showing on VSCode hint. (Need to add ESLint in the future.)
  • Provide better compatibility with Angular Language Server on VSCode to avoid false positive error on editing code.
  • Provide strong-typing for templates.

Angular 11 does NOT introduce any incompatible behavior to our current app as it is fully compatible with the current major version of Chromium engine. Tested on Brave browser and Exodus 1.

@seanwu1105 seanwu1105 added this to the beta 13.5 milestone Mar 30, 2021
@seanwu1105 seanwu1105 self-assigned this Mar 30, 2021
Copy link
Contributor

@shc261392 shc261392 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on iOS

@seanwu1105 seanwu1105 merged commit c14d1d1 into develop Mar 30, 2021
@seanwu1105 seanwu1105 deleted the code-angular-update branch March 30, 2021 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants