Angular ContentChildren
After we mentioned ContentChild in the last post, we will move our focus onto ContentChildren, whose only difference is that instead of selecting only one element – it selects a QueryList of elements from the DOM. (Wait, what is a QueryList? QueryList is an unmodifiable… Read More »Angular ContentChildren