Best of AngularJanuary 2026

  1. 1
    Article
    Avatar of tiaThis is Angular·17w

    Ng-News: Angular 21.1

    Angular 21.1 introduces several updates including Signal Forms changes (Field directive renamed to FormField), experimental auto-cleanup for router-provided services that now destroy when switching routes, and template syntax extensions supporting multiple consecutive switch cases and spread/rest operators. The release also includes minor improvements to router and image-loading utilities, with Angular 21.2 scheduled for late February and Angular 22 targeted for May.

  2. 2
    Article
    Avatar of itnextITNEXT·17w

    ng-forge: Type-Safe, Signal-Based Dynamic Forms for Angular

    ng-forge is a new Angular library that builds on Angular 21's Signal Forms to provide configuration-driven dynamic form generation. It offers full TypeScript type inference for both config authoring and form output, declarative validation with support for Zod/Valibot/ArkType schemas, conditional logic for field visibility and requirements, computed/derived values, multi-page wizards, and adapters for Material, Bootstrap, PrimeNG, and Ionic. The library aims to reduce boilerplate while maintaining type safety and leveraging signals for reactive form management.

  3. 3
    Article
    Avatar of prettierPrettier·19w

    Prettier 3.8: Support for Angular v21.1 · Prettier

    Prettier 3.8 adds full support for Angular v21.1 features, including consecutive @case statements in @switch blocks and spread elements in templates. The release also enables formatting Angular syntax within Markdown code blocks and improves attribute value formatting by keeping single template or string literals inline.

  4. 4
    Article
    Avatar of thedailywtfThe Daily WTF·18w

    Marking Territory

    A contractor shares a story about modernizing a 1988 BASIC transformer design program into a web application. The technical work went smoothly, converting BASIC math to C# and building an Angular frontend. However, an IT director who attended a single meeting demanded the entire Angular frontend be rewritten in MVC because he didn't want to learn TypeScript and Angular, then never participated in the project again. The unnecessary rewrite wasted weeks of developer effort and exemplifies how management interference can derail otherwise successful projects.

  5. 5
    Article
    Avatar of tiaThis is Angular·20w

    Ng-News: Angular in 2025

    Angular's 2025 developments centered on Signal Forms and the Resource API, both still experimental but nearing stable status. Signal Forms combine advantages of template-driven and reactive forms with modern signal-based architecture, simplified custom controls, and improved validation. The httpResource primitive bridges signals with asynchronous tasks. Major investments went into AI tooling, including an MCP Server and framework optimization for AI agents. Angular 21 made zoneless the default and switched to Vitest as the default testing framework. The @angular/animations package was deprecated in favor of template-based animate.enter and animate.leave directives. The @angular/aria package provides accessibility directives for custom UI components.