Q. What command is used to add Angular Material to a project?
β
Correct Answer: (B)
ng add @angular/material
Explanation: Angular CLI provides `ng add @angular/material` to install and configure Angular Material.