A Useful Trick with `ng-container`
Let’s learn the `ng-container` trick for directives.
We'll cover the following...
The <ng-container>
directive is very powerful, and we should definitely learn to use it. In this lesson, we’ll learn a useful trick that will be quite handy when we work with structural directives.