@acoustic-content-sdk/tooling-feature-module 中文文档教程

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

npm

实现对功能模块支持的工具功能。

API Documentation

Home > @acoustic-content-sdk/tooling-feature-module

tooling-feature-module package

实现对功能模块支持的工具功能。

Functions

Function Description
generateFeatureModule(options) Command to add ng-add support to a feature module.

Interfaces

Interface Description
GenerateFeatureModuleSchema

Variables

Variable Description
VERSION Version and build number of the package

Home > @acoustic-content-sdk/tooling-feature-module > generateFeatureModule

generateFeatureModule() function

命令将 ng-add 支持添加到功能模块。

签名:

export declare function generateFeatureModule(options: GenerateFeatureModuleSchema): (aReadText: ReadTextFile, aLogSvc?: LoggerService) => Observable<FileDescriptor<string>>;

Parameters

Parameter Type Description
options GenerateFeatureModuleSchema the schematics object used to describe the feature module

返回:

(aReadText: ReadTextFile, aLogSvc?: LoggerService) => Observable>

the command

Home > @acoustic-content-sdk/tooling-feature-module > GenerateFeatureModuleSchema

GenerateFeatureModuleSchema interface

Signature:

export interface GenerateFeatureModuleSchema 

Properties

Property Type Description
module string Name of the module, may be a comma separated list

Home > ; @acoustic-content-sdk/tooling-feature-module > 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/tooling-feature-module > 生成FeatureModuleSchema > 模块 模块

GenerateFeatureModuleSchema.module property

名称,可以是逗号分隔列表

签名

module: string;

npm

Tooling functions to implement support for feature modules.

API Documentation

Home > @acoustic-content-sdk/tooling-feature-module

tooling-feature-module package

Tooling functions to implement support for feature modules.

Functions

Function Description
generateFeatureModule(options) Command to add ng-add support to a feature module.

Interfaces

Interface Description
GenerateFeatureModuleSchema

Variables

Variable Description
VERSION Version and build number of the package

Home > @acoustic-content-sdk/tooling-feature-module > generateFeatureModule

generateFeatureModule() function

Command to add ng-add support to a feature module.

Signature:

export declare function generateFeatureModule(options: GenerateFeatureModuleSchema): (aReadText: ReadTextFile, aLogSvc?: LoggerService) => Observable<FileDescriptor<string>>;

Parameters

Parameter Type Description
options GenerateFeatureModuleSchema the schematics object used to describe the feature module

Returns:

(aReadText: ReadTextFile, aLogSvc?: LoggerService) => Observable<FileDescriptor<string>>

the command

Home > @acoustic-content-sdk/tooling-feature-module > GenerateFeatureModuleSchema

GenerateFeatureModuleSchema interface

Signature:

export interface GenerateFeatureModuleSchema 

Properties

Property Type Description
module string Name of the module, may be a comma separated list

Home > @acoustic-content-sdk/tooling-feature-module > 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/tooling-feature-module > GenerateFeatureModuleSchema > module

GenerateFeatureModuleSchema.module property

Name of the module, may be a comma separated list

Signature:

module: string;
更多

友情链接

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