Angular has announced a shift to a single major release per year, and CopilotKit now offers official Angular support.

The New Angular Release Schedule

The Angular team has confirmed a change in its release strategy: major versions will now ship once every twelve months instead of every six. This policy is already in effect, which means Angular 23 will not arrive later this year. Instead, it is scheduled for May or early June 2027.

This slower cadence for majors doesn't slow down the introduction of new functionality. Features can still be added during minor releases, and the same applies to graduating capabilities from their experimental or developer preview phases.

A major release is now the only time when breaking changes can be introduced, and that will happen just once per year. The Angular team cites feedback from enterprise users who found the previous six-month pace problematic. Additionally, the reduced frequency eases the maintenance burden for library authors—they now have half as many major version upgrades to handle annually.

In relation to minor versions, Angular 22.1 has already shipped, and it will be the focus of the upcoming episode. Expect to see between four and six minor releases going forward, compared to a maximum of three in the past.

Versioning and releases • Angular

The web development framework for building modern apps.

favicon angular.dev

CopilotKit Now Supports Angular

CopilotKit is the team behind the AG-UI protocol, which serves as the underlying foundation for agent-driven UIs. This includes the ability to generate dynamic interfaces at runtime via AI, with formats such as A2UI built on top of this protocol.

Up until recently, their Angular implementation was closed-source. That has now changed; the codebase was made public in June, with the official announcement following in July.

For ng-news there are strict rules and one of them is no self-promotion, unless the speaker is part of a team, which is the case here.

The Angular-specific work was carried out in partnership with Soverius AI, a company that has now taken over the maintenance of this integration. Soverius AI was founded by Murat Sari and me, Rainer Hahnekamp.

This integration is housed within the main CopilotKit repository. The official announcement blog post points to a demo application that highlights a range of capabilities, including tool calling, A2UI, and Generative UI.

Members of the community have already begun producing fresh content around this. Manfred Steyer, for instance, has released a series of articles on Agentic UI.