DeprecatedThis package will be removed in Otter v15. Please use @ama-styling/devkit instead.
Otter styling
This package is an Otter Framework Module.
Description
A styling framework to apply a theme on an Otter application at build time and runtime to support CMS customization.
How to install
ng add @o3r/stylingThis module requires @o3r/core to be installed.
Description
Find more information in the documentation.
Generators
Otter framework provides a set of code generators based on Angular schematics.
| Schematics | Description | How to use |
|---|---|---|
| add | Include Otter styling module in a library / application. | ng add @o3r/styling |
| theming-to-component | Add theming to an Otter component | ng g theming-to-component |