DEV Community

Cover image for What's new in Angular 10
Joe Eames for Thinkster

Posted on • Edited on

3

What's new in Angular 10

Angular 10 is out. Knowing all the newest features of a tool can be very important. So let's break down what's new in Angular 10:

  1. A big fat nothing
  2. See #1

Yeah, honestly, there's really nothing new. Ok, there are a couple of tiny changes: Angular Material has a new date picker, and there's some minor changes to things you almost for sure don't use.

So does this mean that it's a problem? Disappointing?

Nope. Why? Because first of all, upgrading to 10 will be super easy.

Also, this matches their release cadence. A new major version every 6 months, regardless of how many features make it in. It's different than other projects run, but it's predictable.

It also really matters as people look at Angular as a true enterprise framework. Enterprises need stability. Small, incremental, easy-to-update changes are good for an enterprise. The last 2 versions of Angular have been pretty darn simple on the updates. That helps you keep your project from getting stuck on a specific version because upgrading is just too much work.

So here's a tip: how to update Angular to the latest version with great ease and simplicity:

ng update @angular/cli @angular/core

You can see the docs for that command here.

And generally, that's it. Updating support is a pretty nice feature of Angular.

Happy Coding!

Signup for my newsletter here.
Visit Us: thinkster.io | Facebook: @gothinkster | Twitter: @gothinkster

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Cloudinary image

Optimize, customize, deliver, manage and analyze your images.

Remove background in all your web images at the same time, use outpainting to expand images with matching content, remove objects via open-set object detection and fill, recolor, crop, resize... Discover these and hundreds more ways to manage your web images and videos on a scale.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay