Multiple releases using the same, but configurable, Angular Standalone Application build
Updated guide on building a single Angular standalone app for multiple environments using configurable settings, replacing older environment files.
Updated guide on building a single Angular standalone app for multiple environments using configurable settings, replacing older environment files.
A technical exploration of Angular 17's new Server-side Rendering (SSR) features, covering setup, benefits, and practical implementation details.
A guide on integrating an Angular front-end application into a .NET Aspire orchestration setup for cloud-native development.
A guide to testing Angular 17's new deferrable views (@defer blocks) using both Angular's built-in testing utilities and Angular Testing Library.
Learn how to enhance Line of Business apps using OpenAI GPT models, Azure Communication Services, and Microsoft Graph for better productivity.
A guide to globally registering Angular Injection Tokens in the TestBed to simplify test setups and avoid NullInjectorError.
Guide to configuring the angular-auth-oidc-client library using Angular's new functional APIs for providers, interceptors, and guards.
How to resolve circular dependency errors in Angular Standalone Components using the forwardRef function.
A guide on securing Angular SPAs by shifting authentication to a Duende BFF backend, moving away from the Implicit flow to the more secure PKCE flow.
Analyzes why Web Components are often overlooked by frontend developers in favor of frameworks like React, citing ergonomic and tooling challenges.
Explains how Angular standalone components and the Angular Testing Library simplify and improve component testing by reducing setup complexity.
A guide on using Zod to simplify and type-safe the parsing of route and query parameters in Angular applications.
A developer's personal recap of side projects, blog posts for work, Advent of Code participation, and tech event sketch notes from the past year.
A developer shares their experience and results from using the new Angular schematic to migrate an application from NgModules to the standalone API.
A guide to implementing OpenTelemetry for monitoring and observability in an Angular application using the browser SDK.
A technical guide on using Playwright to intercept and mock HTTP requests for testing Angular components and edge cases.
Explores the latest, type-safe NgRx APIs for Angular state management, focusing on improved Actions and Reducers with TypeScript.
Discusses security risks in Angular HTTP interceptors, especially when exposing authentication tokens, and provides examples from common implementations.
A guide to implementing dialog functionality in Angular using the Angular Component Dev Kit (CDK), focusing on the Overlay and Portal modules.
A guide to managing complex forms in Angular using Reactive typed forms, custom components, and validation strategies.