@acoustic-content-sdk/ng-theme

Implementation of the `themeStyles` directive to include theme level CSS variables.

Usage no npm install needed!

<script type="module">
  import acousticContentSdkNgTheme from 'https://cdn.skypack.dev/@acoustic-content-sdk/ng-theme';
</script>

README

npm

Implementation of the themeStyles directive to include theme level CSS variables.

API Documentation

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;