devxlogo

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

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

We use a lot of ng-templates in our HTML and have cases where we would need to swap one with another based on a condition. ngSwitch comes handy in this case. Please see below for an example.