Discover high-quality Angular code & resources to level up your development skills. Visit my store!

Blog posts with category Component Design

Cover Image for How to build an Image Cropper Control in Angular

How to build an Image Cropper Control in Angular

2023-09-08
10 min read

In this tutorial we'll be exploring how to build a robust Image Control Component in Angular that enables users to crop their photos to preferred dimensions right before they get uploaded to the server. If you've ever wondered how to do this, you're about to find out!

Cover Image for Multi-Slot Content Projection in Angular

Multi-Slot Content Projection in Angular

2021-05-19
5 min read

In a previous article, I introduced you to the concept of Content Projection in Angular and how it can be used to design flexible components. In this article, I'll continue with that and show you how to add multi-slot content projection in Angular.

Cover Image for Better Angular Components with Content Projection

Better Angular Components with Content Projection

2021-04-29
4 min read

In this short article, I'll introduce you to the concept of content projection in Angular and how we can use it to create reusable but more flexible components in our apps.

Back to the blog