Best of AngularMarch 2025

  1. 1
    Article
    Avatar of communityCommunity Picks·1y

    Announcing TanStack Form v1

    TanStack Form v1 has been released and is ready for production use. It supports React, Vue, Angular, Solid, and Lit frameworks, with numerous features for each. The form library emphasizes type safety and comes with built-in support for runtime usage, type-checking, field-based validation, and async validation. It also offers compatibility with SSR solutions like Next.js and TanStack Start. Future feature additions are planned now that the stable version is released.

  2. 2
    Article
    Avatar of habrhabr·1y

    How to Add Any CSS Framework to Your Project. Part 1

    Learn how to integrate any CSS framework into your Angular project. This guide uses Bootstrap as an example, explaining the benefits of using source code styles like SASS for greater customization and flexibility. Follow the step-by-step instructions to create an organized setup that separates third-party and custom styles, making your project easier to maintain and optimize.

  3. 3
    Article
    Avatar of telerikTelerik·1y

    Angular 19 Features: LinkedSignal in Angular

    LinkedSignal is a feature in Angular 19 that helps manage local state dependencies by creating writable signals updated automatically when their dependent signals change. This is beneficial for synchronizing local state with dynamic data. The post explains how to define types, set up reactive signals, and generate linkedSignals, showcasing their usage in templates and through direct assignments.