The goal of "material addons" is to achieve a stylesheet similar to Clarity Addons for Angular Material.
Material addons requires an already set-up Angular Material project. To do a fresh start please follow the official Angular Material guide before you continue, but exclude step 4 ("include a theme").
-
Install Material Addons package using npm.
npm install @porscheinformatik/material-addons
-
Add the stylesheet at the top of your projects from the folder themes, for example:
@import '@porscheinformatik/material-addons/themes/poa';
-
To use a component, you need to import the Module of the component in your app.module.ts:
The demo website is linked on the github repository page.