📄️ Know Your Angular - part 1
1. ngcc (Angular Compatibility Compiler)
📄️ Know Your Angular - part 2
Making HTTP Requests and managing different HTTP codes
📄️ Angular Reusable component
ngTemplateOutlet is a structural directive in Angular that allows you to dynamically render a template at runtime. It is often used when you want to reuse templates or render different templates based on some condition.
📄️ Content Projection
Content projection in Angular is a pattern that allows you to insert or project content from a parent component into a child component. It enables developers to create reusable and flexible components by allowing the parent to control what content is displayed inside the child component.
📄️ Accessibility Compliance
What is Accessibility (a11y)?
📄️ Component Ref. Vs Emitter
Both approaches have their place in Angular development, but they serve different architectural purposes:
📄️ Material Sass Mixins Approach
Here's a comprehensive set of Angular Material Sass mixins to customize your components:
📄️ M2 Theming for Modern Angular
Using M2 (Legacy) Theming in Latest Angular Versions
📄️ Angular ChangeDetectionStrategy
🔄 What is OnPush Change Detection?
📄️ Memoization and Pure Pipes
🧠 What is Memoization?
📄️ Angular Signals Complete Guide
🔄 What is a Signal?
📄️ Single-SPA Angular Integration
This document compares two approaches to handling single-spa micro-frontend integration in Angular Material dialogs and explains the transformation from a basic implementation to a zone-aware solution.
📄️ Mat-Select Dropdown Positioning Fix
Overview
📄️ Material(MDC) Styling Guide
This document provides comprehensive guidance on modifying Material Design Component colors and styles in Angular Material applications, covering best practices, debugging techniques, and specific implementation examples.