Search code examples
angularsassangular-materialangular-material-stepper

Is there a place where I can download Angular Material styles?


I'm working my way through an implementation of Angular Material's Stepper, and I want to use the out-of-the-box styles... is there a place I can download them?

I've tried copying & pasting styles from the Angular Material example page... but that will be an extremely tedious process.


Solution

  • If you use npm or yarn to install Angular Material, the prebuilt themes are available under:

    node_modules/@angular/material/prebuilt-themes/

    For instructions on setting up Angular Material, see: Getting started

    To define a custom theme, see: Defining a custom theme