Home > Web Front-end > JS Tutorial > The best of Angular: a collection of my favorite resources of 4

The best of Angular: a collection of my favorite resources of 4

Linda Hamilton
Release: 2025-01-21 18:31:09
Original
428 people have browsed it

The best of Angular: a collection of my favorite resources of 4

This curated list highlights the top Angular articles from 2024, perfect for boosting your Angular skills or exploring the latest advancements. Dive into these insightful resources to stay ahead of the curve.

? Key Angular Releases of 2024

  • Mastering Angular 17: A Comprehensive Study Guide
  • Deep Dive into Angular 17.1 and 17.2: What's New?
  • Angular 17.3: Unveiling the Latest Features
  • Angular 18: Official Release Announcement by Minko Gechev
  • Exploring Angular 18.1: Key Updates by Cédric Exbrayat
  • Angular 18.2: A Closer Look by Cédric Exbrayat
  • Angular v19: Now Available! by Minko Gechev

? Exploring New Angular Features

? Manfred Steyer's Signals Deep Dive

Manfred Steyer's six-part series provides a comprehensive understanding of Angular Signals:

  • Signals in Angular: Revolutionizing Change Detection
  • Mastering Component Communication with Signals: Inputs, Two-Way Binding, and Queries
  • Architecting with Signals: Three Essential Rules for Success
  • Advanced Signal Techniques: Tips for Professional Development
  • Optimizing Effects in Angular: When and How to Use Them
  • Asynchronous Data Handling with Angular's Resource API

? Rethinking @Input Setters with Signals

Matthieu Riegler's post addresses the challenges of using @Input setters and demonstrates how input() signals and effect() offer a more robust solution.

? Mastering the Angular Resource API

Enea Jahollari's tutorial covers:

  • Local data updates using the Resource API
  • Efficient data loading and refreshing
  • Building reusable resources
  • Leveraging Observables and rxResource for data management

? Unlocking Angular's @let Syntax

Netanel Basal explains the new @let syntax, showing how it simplifies local variable declarations within templates.

? Angular Forms: Unified Control State Change Events

Davide Passafaro's article explores Angular 18's unified control state change events in Reactive Forms, covering fundamentals, validation, and leveraging the new Observable<controlevent> property for tracking form state changes.

? Harnessing Angular 19's linkedSignal

Kristiyan Velkov's guide explains the linkedSignal function in Angular 19, highlighting its similarities to signal and computed, and demonstrating its practical applications.

? Top Angular Gems of 2024

? Modern Angular Coding Styles

Kevin Kreuzer shares insights from refactoring a large codebase using Signals and new Angular APIs, focusing on standalone components, Signals for reactivity, and best practices.

? Angular Interceptors: Advanced Techniques

Armen Vardanyan's article explores Angular Interceptors, covering URL manipulation, request contexts, state injection, and error handling.

? Signal Forms: A Novel Approach to Angular Forms

Tim Deschryver introduces Signal Forms, a work-in-progress project built on ngModel, offering a reactive forms-like API using signals instead of RxJS.

? Understanding Angular's effect(): Use Cases and Asynchronous Handling

Rainer Hahnekamp compares computed Signals and effects, explaining their use cases and strategies for managing asynchronous operations to prevent timing issues.

? TanStack Query and Angular: A Powerful Combination

Robin Goetz explores TanStack Query, explaining server state management challenges and how TanStack Query solves them. The article includes examples of queries, mutations, and client-side invalidation.

? Building Real-Time Chat Apps with Angular and Firebase

Moe Mollaie discusses real-time application requirements, comparing different solutions and demonstrating a real-time chat app using Angular and Firebase.

? Enhancing Code Reusability in Angular

Evgeniy Tuboltsev (OZ) provides recommendations for creating reusable, maintainable, and scalable Angular applications, covering pure functions, state management, composition, and more.

? Implicit Libraries with Nx: Streamlining Angular Architectures

Manfred Steyer showcases an architecture using Nx plugins to derive library configurations based on conventions, simplifying library creation.

? Leveraging isolatedModules in Angular 18.2

Mark Thompson and Charles Lyding explain how TypeScript's isolatedModules feature in Angular 18.2 can improve build times.

? Angular: RxJS vs. Signals—Choosing the Right Tool

Igor Pak provides use cases comparing Signals and RxJS, highlighting their strengths and weaknesses in different scenarios.

? Avoiding Common Angular Architecture Pitfalls

Tomas Trajan outlines common Angular architecture mistakes, such as handling eager vs. lazy loading, DRY vs. ISOLATION, and utilizing appropriate tooling.

?‍? About the Author

Gergely Szerovay, a seasoned frontend tech lead specializing in Angular, shares his expertise through the Angular Addicts newsletter and AIBoosted.dev, focusing on AI-assisted software development. He invites contributions and collaboration in the Angular community.

The above is the detailed content of The best of Angular: a collection of my favorite resources of 4. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template