DEV Community

Cover image for Episode 24/14: Angular Query, New Template Syntax
ng-news for This is Angular

Posted on

Episode 24/14: Angular Query, New Template Syntax

Tomasz Ducin and Billiet Brecht did a livestream about Angular Query. Deborah Kurata released two videos about the new template syntax.

Angular Query

Angular Query is a library from TanStack that manages the server state. That means it is responsible for communication with the backend and provides different functionalities—for example, caching, error handling, filtering, retrying, etc.

Thomasz Ducin and Billie Brecht did a stream where they showed how to use Angular Query for a basic CRUD application.

New Template Syntax

Deborah Kurata released two videos on YouTube about the new template syntax. The first one covers them in general, explaining why, how, and when they will become stable, and the second one is about the migration script.

A11y in Angular

If your website is poor in accessibility, you might soon be in serious trouble, especially in the European Union, where enterprise applications will face hefty penalties.

Walid Bouguima published an article about accessibility in Angular. He recommends using the CDK, setting up proper ESLint rules, listing free video courses, and using tools like Storybook.

Playwright 1.43

Other than that, Playwright, an E2E testing framework, was released in 1.43. It comes with improvements for iFrames and also for its UI mode;

Fast and reliable end-to-end testing for modern web apps | Playwright

Cross-browser end-to-end testing for modern web apps

favicon playwright.dev

Top comments (0)