@acoustic-content-sdk/ng-app-live 中文文档教程

发布于 4年前 浏览 11 更新于 3年前

npm

为实时模式引入应用程序依赖项的模块。

Table of Contents

General Concepts

Acoustic Content 上的应用程序可以在预览模式和实时模式下运行。 在预览模式下,它们增强了内联编辑功能并针对内联编辑体验进行了优化,在实时模式下,它们以针对大小和性能优化的只读模式运行。

运行时行为的差异是通过使用不同的依赖提供者为应用程序所依赖的服务构建应用程序两次来实现的。

预览模式的提供程序由 ng-app-preview 模块提供,实时模式的提供程序由 ng-app-live 模块提供,适用于两种模式的通用提供程序由ng-app-base 模块。

> @acoustic-content-sdk/ng-app-live

ng-app-live package

包含运行 Angular 的默认配置的模块 针对 Acoustic Content 的实时模式应用程序。

Classes

ClassDescription
AcNgAppLiveModuleImports the modules required for live functionality

Variables

VariableDescription
MODULEModule name
VERSIONVersion and build number of the package

Home > @acoustic-content-sdk/ng-app-live > AcNgAppLiveModule

AcNgAppLiveModule class

Imports the modules required for live functionality

Signature:

export declare class AcNgAppLiveModule 

Constructors

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

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

首页 > @acoustic-content-sdk/ng-app-live > MODULE

MODULE variable

Module name

Signature:

MODULE = "@acoustic-content-sdk/ng-app-live"

Home > @acoustic-content-sdk/ng-app-live > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}

首页 > @acoustic-content-sdk/ng-app-live > AcNgAppLiveModule > (constructor)

AcNgAppLiveModule.(constructor)

Constructs a new instance of the AcNgAppLiveModule class

Signature:

constructor(aLoggerService: LoggerService);

Parameters

ParameterTypeDescription
aLoggerServiceLoggerService

主页 > @acoustic-content-sdk/ng-app-live > AcNgAppLiveModule > VERSION

AcNgAppLiveModule.VERSION property

暴露这个模块的版本信息

Signature:

VERSION: WchSdkVersion;

npm

Module to pull in application dependencies for live mode.

Table of Contents

General Concepts

Applications on Acoustic Content can run in preview mode and in live mode. In preview mode they are augmented with inline edit capabilities and optimited for inline edit experience, in live mode they run in read-only mode optimized for size and performance.

The difference in runtime behaviour is achieved by building the application twice with different dependency providers for services that the application relies on.

Providers for preview mode are supplied by the ng-app-preview module, for live mode via the ng-app-live module and general purpose providers that apply to both modes by the ng-app-base module.

Home > @acoustic-content-sdk/ng-app-live

ng-app-live package

Module that contains a default configuration to run an Angular application against Acoustic Content in live mode.

Classes

ClassDescription
AcNgAppLiveModuleImports the modules required for live functionality

Variables

VariableDescription
MODULEModule name
VERSIONVersion and build number of the package

Home > @acoustic-content-sdk/ng-app-live > AcNgAppLiveModule

AcNgAppLiveModule class

Imports the modules required for live functionality

Signature:

export declare class AcNgAppLiveModule 

Constructors

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

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > @acoustic-content-sdk/ng-app-live > MODULE

MODULE variable

Module name

Signature:

MODULE = "@acoustic-content-sdk/ng-app-live"

Home > @acoustic-content-sdk/ng-app-live > 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-app-live > AcNgAppLiveModule > (constructor)

AcNgAppLiveModule.(constructor)

Constructs a new instance of the AcNgAppLiveModule class

Signature:

constructor(aLoggerService: LoggerService);

Parameters

ParameterTypeDescription
aLoggerServiceLoggerService

Home > @acoustic-content-sdk/ng-app-live > AcNgAppLiveModule > VERSION

AcNgAppLiveModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文