@softheon/armature 15.14.2 → 15.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/assets/styles/sof-styles.scss +129 -280
- package/esm2020/lib/header/components/header/header.component.mjs +2 -2
- package/esm2020/lib/theming/services/theme.service.mjs +3 -1
- package/fesm2015/softheon-armature.mjs +4 -2
- package/fesm2015/softheon-armature.mjs.map +1 -1
- package/fesm2020/softheon-armature.mjs +4 -2
- package/fesm2020/softheon-armature.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -285,7 +285,7 @@ In order to use the theme module, in your app.module, add the `ThemeModule` to t
|
|
|
285
285
|
Its recommended to set the theme in an app initializer, though it can be done from other locations.
|
|
286
286
|
|
|
287
287
|
1. Inject the `ThemeService` into your desired class/component/service etc
|
|
288
|
-
2. Get/create a `ThemePaletteModel`, an example json can be found below
|
|
288
|
+
2. Get/create a `ThemePaletteModel`, an example json can be found below.
|
|
289
289
|
|
|
290
290
|
```json
|
|
291
291
|
{
|