📄️ 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: