1. 5
    Dynamically Display a Task Status with ngSwitch
    1m 4s

Dynamically Display a Task Status with ngSwitch

InstructorJorge Vergara

Share this video with your friends

Send Tweet

We'll use the ngSwitch directive to show a different badge next to the task depending on the status of the task. Then for each status we need to handle we'll add a *ngSwitchCase that matches that status.