跳到主要内容
版本:1.0.x

index

@agros/tools

@agros/tools

Table of contents

Classes

Interfaces

Type Aliases

Type Aliases

AddVirtualFile

Ƭ AddVirtualFile: (pathname: string, content: string) => void

Type declaration

▸ (pathname, content): void

Parameters
NameType
pathnamestring
contentstring
Returns

void

Defined in

packages/agros-tools/src/platform.interface.ts:4


AsyncModuleClass

Ƭ AsyncModuleClass<T>: Type<T> | Promise<Type> | ValueProvider

Type parameters

NameType
Tany

Defined in

packages/agros-tools/src/types.ts:46


CollectionMap

Ƭ CollectionMap: Record<string, string[]>

Defined in

packages/agros-tools/src/types.ts:8


CollectionType

Ƭ CollectionType: "module" | "service" | "component" | "interceptor"

Defined in

packages/agros-tools/src/types.ts:9


ComponentMetadata

Ƭ ComponentMetadata: Omit<ComponentDecoratorOptions, "declarations"> & { factory?: () => any ; uuid: string }

Defined in

packages/agros-tools/src/types.ts:35


EnsureImportType

Ƭ EnsureImportType: "named" | "default" | "namespace"

Defined in

packages/agros-tools/src/types.ts:125


Type

Ƭ Type<T>: (...args: any[]) => T

Type parameters

NameType
Tany

Type declaration

• (...args)

Parameters
NameType
...argsany[]

Defined in

packages/agros-tools/src/types.ts:45


UseInterceptorsDecoratorOptions

Ƭ UseInterceptorsDecoratorOptions: Type[]

Defined in

packages/agros-tools/src/types.ts:111