DEV Community

Cover image for Angular 11 just released πŸ”₯
Lex Kuncevic for Angular

Posted on • Edited on

Angular 11 just released πŸ”₯

Yes, the Angular version 11 just released as well as Angular CLI and Angular Material. I am really excited about that and I hope you too πŸ₯³

Here is quick overview

βœ… Automatic Inlining of Fonts - Angular CLI now inline fonts automatically for you to speed up the first contentful paint

βœ… Component Test Harnesses - test harness now available for all Angular Material Components to simplify tests cases

βœ… Improved Reporting and Logging in Angular CLI - Angular CLI console output is more easier to read and it looks more informative

βœ… New Hot Module Replacement (HMR) Support - ng serve --hmr is all you need to run the HMR, no code changes required

βœ… Faster Builds - faster dependencies install and faster TypeScript compilation

βœ… Dropped Support for Legacy Browsers - support for IE 9, 10, and IE mobile has being removed

βœ… Webpack 5 Support (experimental) - you can opt in for Webpack 5 but remember it is experimental and you need to use yarn for that.

βœ… Updated Angular Roadmap - current Angular Team priorities

CHANGELOG

Angular
Angular Material

Read the official release notes here πŸŽ‰

Find out more about the future of Angular here πŸš€


My name is Aliaksei Kuncevič. I am teaching Angular and Web Technology. Helping dev teams to adopt Angular in the most efficient way. GDE, member of the NGXS Core Team.

I hope you find this content helpful and if so, please help to spread this article so more people can benefit from it.

If you want to learn more Angular tips and tricks join my newsletter at kuncevic.dev

If you want to know more about Angular subscribe for Angular Rocks podcast πŸŽ™

Top comments (0)