Angular ngSwitch Directive
October 17, 2018
The ngSwitch directive in Angular is similar to the switch-case structure in JavaScript. ngSwitch is used in a template to switch an expression and selects a matching result from a list of options. In this video, you’ll learn how the ngSwitch directive works in Angular.