Setting the Theme When Adding Angular Material

Ole Ersoy
Dec 11, 2023
Image by Angela from Pixabay

Scenario

When we run ng add @angular/material we want to set the theme to purple-green .

Approach

ng add @angular/material --theme=purple-green

--

--