Angular v20 is now available. The new version of Google’s web framework stabilizes APIs and features such as incremental hydration, promotes Zoneless (which removes ZoneJS as a dependency) to developer preview, improves debugging, and improves support for AI-powered Angular development with the introduction of an llms.txt file.
Installation instructions for the TypeScript-based framework can be found at angular.dev. Angular v20 was announced May 28.
Advancements in generative AI development in Angular v20 involve helping large language models (LLMs) to produce modern Angular code by maintaining an llms.txt file, and providing guidelines for developers who are building Angular apps with AI features. In introducing Angular v20, Minko Gechev, product and developer relations lead for Angular at Google, said some large language models still produce older Angular syntax using NgModules instead of standalone components, directives, and pipes. Resolving this situation is a multi-step process that has been started with the creation of an llms.txt file that helps LLMs discover the latest Angular documentation and code samples. Future plans call for continuing to provide code samples using the latest Angular syntax and exploring the development of system prompts that hint LLMs to use the correct APIs.