index
@agros/tools
@agros/tools
Table of contents
Classes
Interfaces
- BootstrapConfigItem
- BundlessPlatform
- CodeLocation
- CollectionDescriptor
- ComponentDecoratorOptions
- ComponentInstanceMetadata
- ComponentScript
- Container
- ContainerForwardedComponentProps
- EnsureImportOptions
- EnsureImportResult
- EntityDescriptor
- EntryTailCodeData
- Factory
- FactoryCode
- GetComponentFactoryCodeData
- Interceptor
- ModuleDecoratorOptions
- ModuleInstanceMetadata
- ModuleMetadata
- PathDescriptor
- Platform
- PlatformConfig
- PlatformFiles
- RootContainerProps
- RootPointDescriptor
- RouteOptionItem
- RouteProps
- RouterItem
- ValueProvider
Type Aliases
- AddVirtualFile
- AsyncModuleClass
- CollectionMap
- CollectionType
- ComponentMetadata
- EnsureImportType
- Type
- UseInterceptorsDecoratorOptions
Type Aliases
AddVirtualFile
Ƭ AddVirtualFile: (pathname: string, content: string) => void
Type declaration
▸ (pathname, content): void
Parameters
| Name | Type |
|---|---|
pathname | string |
content | string |
Returns
void
Defined in
packages/agros-tools/src/platform.interface.ts:4
AsyncModuleClass
Ƭ AsyncModuleClass<T>: Type<T> | Promise<Type> | ValueProvider
Type parameters
| Name | Type |
|---|---|
T | any |
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
| Name | Type |
|---|---|
T | any |
Type declaration
• (...args)
Parameters
| Name | Type |
|---|---|
...args | any[] |
Defined in
packages/agros-tools/src/types.ts:45
UseInterceptorsDecoratorOptions
Ƭ UseInterceptorsDecoratorOptions: Type[]