@acoustic-content-sdk/ng-app-view 中文文档教程
首页 @acoustic-content-sdk/ng-app-view
ng-app-view package
包含运行 Angular 的默认配置的模块 针对 Acoustic Content 的视图模式应用程序。
Classes
Class | Description |
---|---|
WchNgAppViewModule | Imports the modules required for inline view functionalityTODO pull in the correct dependencies! |
Variables
Variable | Description |
---|---|
VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/ng-app-view > WchNgAppViewModule
WchNgAppViewModule class
导入内联视图功能所需的模块
TODO 引入正确的依赖项!
Signature:
export declare class WchNgAppViewModule
Home > @acoustic-content-sdk/ng-app-view > VERSION
VERSION variable
软件包的版本和构建号
签名:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}
Home > @acoustic-content-sdk/ng-app-view
ng-app-view package
Module that contains a default configuration to run an Angular application against Acoustic Content in view mode.
Classes
Class | Description |
---|---|
WchNgAppViewModule | Imports the modules required for inline view functionalityTODO pull in the correct dependencies! |
Variables
Variable | Description |
---|---|
VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/ng-app-view > WchNgAppViewModule
WchNgAppViewModule class
Imports the modules required for inline view functionality
TODO pull in the correct dependencies!
Signature:
export declare class WchNgAppViewModule
Home > @acoustic-content-sdk/ng-app-view > VERSION
VERSION variable
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}