How to import Angular Material in project in Angular 22?
13:26 29 Jul 2026

I have installed Angular Material Design in Angular 11. Now I try to add this in app.ts file.

What I should decify in section: imports: []? that to load all material entities.

angular angular-material