From d225cde6693aad4254ff7ac7aa0b113a41ea6035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20L=C3=A4sser?= <3459599+Laess3r@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:53:40 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe1f4cf..3f36333 100644 --- a/README.md +++ b/README.md @@ -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,