9.0.10076 • Published 4 years ago

@acoustic-content-sdk/ng-theme v9.0.10076

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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

ClassDescription
AcNgThemeStylesModuleImplementation of a module that exposes the themeStyles directive.

Variables

VariableDescription
VERSIONVersion 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

ConstructorModifiersDescription
(constructor)(aLoggerService)Constructs a new instance of the AcNgThemeStylesModule class

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes 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

ParameterTypeDescription
aLoggerServiceLoggerService

Home > @acoustic-content-sdk/ng-theme > AcNgThemeStylesModule > VERSION

AcNgThemeStylesModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;