All Posts

CSP Compliance in Angular + FastAPI: Removing ‘unsafe-inline’ the Right Way

We removed unsafe-inline from our Angular + FastAPI app CSP and implemented nonces to secure inline scripts and styles. Along the way, we handled third-party libraries and build optimizations to achieve a strict, fully functional CSP.

CSP Compliance in Angular + FastAPI: Removing ‘unsafe-inline’ the Right Way

Preventing XSS in Angular: Building a Custom Malicious Content Validator

Protect Angular forms from XSS with a custom validator that detects scripts and encoded HTML, and shows clear error messages.

Preventing XSS in Angular: Building a Custom Malicious Content Validator

Building a Generic Loading Service & HTTP Interceptor in an Angular Standalone

Learn how to build a reusable loading service and HTTP interceptor in an Angular standalone project to manage global loading states.

Building a Generic Loading Service & HTTP Interceptor in an Angular Standalone

Using Lottie Icons in Angular Standalone Projects

Learn how to easily add Lottie animations to your Angular standalone project using ngx-lottie.

Using Lottie Icons in Angular Standalone Projects