Control Flow
Control Flow is a Angular topic. In plain words you use it for a Pass banner in a marks card. Don’t start with a slogan — start with that picture.
Smallest example: *ngIf="marks >= 40". Type it, run it, and say what you see. If you can do that from memory, you know Control Flow.
From the example next to this theory — Control Flow: toggle open.
Trap — *ngIf treating 0 as false. Fix that before you talk about advanced Angular.
Viva — what is Control Flow? Then show *ngIf="marks >= 40". Then name the trap.
What is Control Flow? Show this: *ngIf="marks >= 40". Trap: *ngIf treating 0 as false.