devxlogo

Use ngSwitch Directive to Dynamically Get the Contents of an Element in a Template

Use ngSwitch Directive to Dynamically Get the Contents of an Element in a Template

We use a lot of ng-templates in our HTML and have cases in which we would need to swap one with the other based on a condition. ngSwitch comes in handy in these cases.

Please see below for an example.