Angular fallback content in ng-content
Angular v18 recently introduced a new feature to easily define a fallback content in ng-content elements. In this article, I will discuss about it. However, before diving into it, I will also explore how it was already possible to achieve the same result in Angular v17 or earlier versions. When building flexible and reusable UI… Read more