Blog posts with tag reusable
Create Reusable Confirmation Dialogs with Angular Material
2021-07-05•
7 min read
In this post, I'll show you how to create reusable confirmation dialogs, using Angular services and the Material Dialog component.
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.