...

/

A Useful Trick with `ng-container`

A Useful Trick with `ng-container`

Let’s learn the `ng-container` trick for directives.

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.

The

...