How to Build Cross-Platform Applications with Nx, Angular, and Capacitor
A technical guide on building cross-platform mobile apps using Nx, Angular, and Capacitor, covering setup, Android configuration, and building.
A technical guide on building cross-platform mobile apps using Nx, Angular, and Capacitor, covering setup, Android configuration, and building.
A guide to solving JWT authentication for protected video and image assets in Angular applications, exploring multiple approaches.
Guide to sending OpenTelemetry traces from an Angular frontend to a .NET Aspire backend for unified observability in the Aspire Dashboard.
A guide for beginners on the 10 most important Angular concepts to learn, including components, modules, and data binding.
Explores strategies for structuring an Angular application to serve distinct user groups like public users and administrators, covering modular design and security.
A beginner's guide to using Angular Animations to create engaging user experiences with code examples and key concepts.
A guide to configuring Visual Studio Code with essential extensions and settings to optimize the development workflow for Angular projects.
A guide to Angular Signals, explaining their benefits for state management and how to implement them in applications.
The Angular product lead shares insights on managing the framework's development, focusing on vision, iterative planning, and developer feedback.
Explains what Zone.js is and how it powers Angular's automatic change detection by tracking asynchronous operations.
A tutorial explaining the basics of RxJS Observables and how to use them for handling asynchronous events in Angular applications.
A guide on integrating and using Angular Testing Library with the Vitest test runner for testing Angular components in a user-centric way.
Explains synchronous and asynchronous methods to load OpenID configuration in Angular using the Auth OIDC Client library.
Angular Auth OIDC Client v18 adds Signal support for authentication state and user data, simplifying integration in Angular apps.
A guide on exposing .NET feature flags via an API and consuming them in an Angular front-end application for coordinated feature rollouts.
Explains how Angular's built-in security features automatically protect web applications from Cross-Site Scripting (XSS) attacks by sanitizing untrusted values.
A guide to setting up a CI/CD pipeline for Angular projects using GitHub Actions for automated testing, building, and dependency updates.
Exploring a new approach to Angular forms using Signals, combining the best of Template-Driven and Reactive Forms with a signal-based API.
Informal notes and takeaways from attending Frontend Masters workshops, covering JavaScript tasks, Angular, and web accessibility.
A guide on using Zod schemas to dynamically generate type-safe, reusable table components in Angular, leveraging runtime type information.