DEV Community

Cover image for Episode 23/08: Angular 15.2, Content on Signals
ng-news
ng-news

Posted on

Episode 23/08: Angular 15.2, Content on Signals

Angular 15.2 was released with an automatic standalone migration schematic. In addition, quite a lot of content about the upcoming Angular Signals was published, including 5,5 hours of video streaming featuring Ryan Carniato (SolidJS), Alex Rickabaugh (Angular Team), and Pawel Kozlowski (Angular Team).

Angular 15.2

Angular 15.2 is out. Its main and quite powerful feature is a schematic that automatically migrates your NgModule-based code to standalone components.

That's not all of it. The schematic also replaces the AppModule with the bootstrapApplication function. Standalone Components became already stable in version 15.0.

We also got deprecations for class-based router guards and resolvers. You have to replace them with their functional counterparts.

In terms of testing, we got a RouterTestingHarness. It simplifies those test where navigation plays a role and the component makes use of the ActivatedRoute service.

For more information, checkout the official ChangeLog or the Ninja's Squad blog article.

What’s new in Angular 15.2? | Ninja Squad

Angular 15.2 is out!

favicon blog.ninja-squad.com

Pre-Release Angular 16

We also have a first pre-release for Angular 16. Minko Gechev, the Angular product lead, indicated that this version will already include parts of the improved hydration feature. We can expect a detailed RFC soon.

Content on Signals

And the Signal's RFC triggered a hype that overshadows the one we got with standalone components. The RFC is also heavily perceived outside of Angular.

Quite a lot of signal-based content was published. For example from Sander Elias, a well-known GDE, Sarah Drasner, Director of Engineering at Google Core Developer Web, and Joshua Morony.

Joshua focuses on signal's impact on the usage of RxJs. He suggests that RxJs is required for asynchronous tasks, that both techniques can be used together and that signals make's Angular fully reactive.

Sarah Drasner came up with a visually appealing application that showcases Signal's functionality.

SignalsDemo

favicon angular-signals.netlify.app

Sander Elias' article can be seen as a signal's FAQ. Similar to Joshua, he also focuses on the relation to RxJs and explains the need for signals.

Angular Signals

The most detailed one though, was the video stream of Ryan Carniato, who championed the signal's approach by inventing the framework SolidJS.

He was joined by two members of the Angular team, namely Alex Rickabaugh and Pawel Koszlowski. So a massive amount of knowledge packed into one place. There was just one drawback. The videos lasted 5 and a half hours, but it comes with chapters πŸ˜‰.

Minor Releases

Other than that, the two testing frameworks Cypress and Playwright had new minor version releases.

Cypress 12.7 contains bug fixes and some new features for their commercial product Cypress Cloud. Additionally, it has an API that allows third parties to integrate a framework into the Component Test Runner.

Cypress 12.7

Playwright 1.31 offers a new matcher to check if an element is inside a viewport and has a feature which allows to setup dependencies for projects.

Playwright 1.31

Top comments (0)