DEV Community

Cover image for Ng-News: Episode 22/19
Rainer Hahnekamp
Rainer Hahnekamp

Posted on

Ng-News: Episode 22/19

This is a weekly posting, covering the latest updates from the Angular community.

Google I/O Conference

Google's yearly I/O conference took place. There were, of course, also some sessions about Angular.

In "State of Angular," Emma and Mark from the Angular core team gave a short overview of the most significant additions we have had so far and an outlook on the upcoming version 14. These are the Standalone Components that remove the need for NgModules, and the typed forms that add type safety to ReactiveForms.

Other Angular-related sessions were about accessibility, an introduction to Angular itself, and how to embed Angular into the Google Cloud.

What's new for the web platform

Although not only related to Angular, a must-see session was "What's new for the web platform." The presenters were Una Kravets and Jake Archibald, and they showed new features that have been added to browsers since the last I/O conference.

Some of them are already available for all major browsers.

For example, structured cloning, which is a native clone method, the HTML dialog element, and upcoming features like container queries or the :has pseudo selector. Don't miss it.

Standalone APIs RFC

The RFC for Standalone APIs is closed. Standalone APIs will replace existing NgModules like the Router- or the AppModule with regular functions. The number of comments was huge, and it looks like the implementation can be done as originally planned.

Release Candidate Angular 14

We have the first release candidate for Angular 14. In Angular 13 we had in total four release candidates. For 14, that would mean somewhere we can expect the final version in the first half of June.

Miscellaneous

Pnpm 7

Other than that, we had a major version upgrade of pnpm, an alternative to npm, to version 7.

Fast, disk space efficient package manager | pnpm

Fast, disk space efficient package manager

favicon pnpm.io

PrimeNg 13.4

PrimeNg with a minor version to 13.4.

ChangeLog

Playwright 1.22

Playwright released v1.22. Playwright is a framework for E2E testing. It comes with a experimental Component Test Runner and improvements for Visual Regression.

Playwright

Top comments (0)