0

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.

1 Answers1

0

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

Christopher Peisert
  • 21,862
  • 3
  • 86
  • 117