@acoustic-content-sdk/ng-theme
v9.0.10076
Published
Implementation of the `themeStyles` directive to include theme level CSS variables.
Downloads
19
Readme
Implementation of the themeStyles
directive to include theme level CSS variables.
Home > @acoustic-content-sdk/ng-theme
ng-theme package
Implementation of the themeStyles
directive to include theme level CSS variables.
Classes
| Class | Description | | --- | --- | | AcNgThemeStylesModule | Implementation of a module that exposes the themeStyles directive. |
Variables
| Variable | Description | | --- | --- | | VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/ng-theme > AcNgThemeStylesModule
AcNgThemeStylesModule class
Implementation of a module that exposes the themeStyles
directive.
Signature:
export declare class AcNgThemeStylesModule
Constructors
| Constructor | Modifiers | Description | | --- | --- | --- | | (constructor)(aLoggerService) | | Constructs a new instance of the AcNgThemeStylesModule class |
Properties
| Property | Modifiers | Type | Description | | --- | --- | --- | --- | | VERSION | | WchSdkVersion | Exposes the version information of this module |
Home > @acoustic-content-sdk/ng-theme > VERSION
VERSION variable
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}
Home > @acoustic-content-sdk/ng-theme > AcNgThemeStylesModule > (constructor)
AcNgThemeStylesModule.(constructor)
Constructs a new instance of the AcNgThemeStylesModule
class
Signature:
constructor(aLoggerService?: LoggerService);
Parameters
| Parameter | Type | Description | | --- | --- | --- | | aLoggerService | LoggerService | |
Home > @acoustic-content-sdk/ng-theme > AcNgThemeStylesModule > VERSION
AcNgThemeStylesModule.VERSION property
Exposes the version information of this module
Signature:
VERSION: WchSdkVersion;