Q. How can you import Angular Material components into your app module?
β
Correct Answer: (A)
By importing the specific Material modules into app.module.ts
Explanation: Material modules must be imported in app.module.ts or feature modules.