API

Apply Theme Directive API Documentation

The Apply Theme directive allows you to dynamically apply themes to specific elements. It integrates with the ThemeService for seamless theming.

The directive accepts an input that can either be:
  • A theme-value corresponding to a pre-configured theme.
  • An entirely new theme object generated in the component.

Usage