Recent Posts
Combining Angular Directives with the Directive Composition API, posted 12/18/2022
The Directive Composition API brings with it a couple benefits:
VS Code: Skipping current selection when using cmd/ctrl+d, posted 12/10/2022
One of my favorite features in VS Code is being able to select the next occurrence of the selected word by pressing cmd+d
(ctrl+d
for Windows). This then allows me to quickly modify each instance of that word.
An Introduction to the Angular Directive Composition API, posted 12/7/2022
Angular 15 introduced new functionality with the Directive Composition API that has got the Angular community in a bit of a tiz of excitement. I was curious to find out what all the fuss was about.