Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Laess3r authored Nov 7, 2024
1 parent 59edc66 commit d225cde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,12 @@ exclude step 4 ("include a theme").
npm install @porscheinformatik/material-addons --save
```

2. Add the stylesheet at the top of your projects from the folder **themes**, for example:
2. Add the stylesheet in your angular.json (or project.json in case NX is used):

```
@import '@porscheinformatik/material-addons/themes/poa';
"styles": [
"node_modules/@porscheinformatik/material-addons/themes/poa.scss"
]
```

3. To use a component, you need to import the Module of the component in your app.module.ts or in any other module,
Expand Down

0 comments on commit d225cde

Please sign in to comment.