index
@agros/common
@agros/common
Table of contents
Classes
Interfaces
Variables
- DI_DEPS_SYMBOL
- DI_GLOBAL_MODULE_SYMBOL
- DI_METADATA_COMPONENT_SYMBOL
- DI_METADATA_MODULE_SYMBOL
- DI_METADATA_PARAM_BASE_PROVIDER_SYMBOL
- DI_METADATA_USE_INTERCEPTORS_SYMBOL
- IS_DYNAMIC_MODULE
- ROUTES
- SELF_DECLARED_DEPS_METADATA
Functions
Variables
DI_DEPS_SYMBOL
• Const DI_DEPS_SYMBOL: typeof DI_DEPS_SYMBOL
Defined in
agros-common/src/constants.ts:1
DI_GLOBAL_MODULE_SYMBOL
• Const DI_GLOBAL_MODULE_SYMBOL: typeof DI_GLOBAL_MODULE_SYMBOL
Defined in
agros-common/src/constants.ts:2
DI_METADATA_COMPONENT_SYMBOL
• Const DI_METADATA_COMPONENT_SYMBOL: typeof DI_METADATA_COMPONENT_SYMBOL
Defined in
agros-common/src/constants.ts:5
DI_METADATA_MODULE_SYMBOL
• Const DI_METADATA_MODULE_SYMBOL: typeof DI_METADATA_MODULE_SYMBOL
Defined in
agros-common/src/constants.ts:4
DI_METADATA_PARAM_BASE_PROVIDER_SYMBOL
• Const DI_METADATA_PARAM_BASE_PROVIDER_SYMBOL: typeof DI_METADATA_PARAM_BASE_PROVIDER_SYMBOL
Defined in
agros-common/src/constants.ts:7
DI_METADATA_USE_INTERCEPTORS_SYMBOL
• Const DI_METADATA_USE_INTERCEPTORS_SYMBOL: typeof DI_METADATA_USE_INTERCEPTORS_SYMBOL
Defined in
agros-common/src/constants.ts:6
IS_DYNAMIC_MODULE
• Const IS_DYNAMIC_MODULE: "IS_DYNAMIC_MODULE"
Defined in
agros-common/src/constants.ts:12
ROUTES
• Const ROUTES: "agros:internal:routes"
Defined in
agros-common/src/constants.ts:9
SELF_DECLARED_DEPS_METADATA
• Const SELF_DECLARED_DEPS_METADATA: "self:paramtypes"
Defined in
agros-common/src/constants.ts:11
Functions
Component
▸ Component(options?): ClassDecorator
Parameters
| Name | Type |
|---|---|
options | ComponentDecoratorOptions<any> |
Returns
ClassDecorator
Defined in
agros-common/src/decorators/component.decorator.ts:8
Global
▸ Global(): ClassDecorator
Returns
ClassDecorator
Defined in
agros-common/src/decorators/global.decorator.ts:4
Inject
▸ Inject<T>(token?): (target: object, key: string | symbol, index?: number) => void
Type parameters
| Name | Type |
|---|---|
T | any |
Parameters
| Name | Type |
|---|---|
token? | T |
Returns
fn
▸ (target, key, index?): void
Parameters
| Name | Type |
|---|---|
target | object |
key | string | symbol |
index? | number |
Returns
void
Defined in
agros-common/src/decorators/inject.decorator.ts:6
Injectable
▸ Injectable(): ClassDecorator
Returns
ClassDecorator
Defined in
agros-common/src/decorators/injectable.decorator.ts:4
Module
▸ Module(options?): ClassDecorator
Parameters
| Name | Type |
|---|---|
options | ModuleDecoratorOptions |
Returns
ClassDecorator
Defined in
agros-common/src/decorators/module.decorator.ts:8
UseInterceptors
▸ UseInterceptors(...interceptors): ClassDecorator
Parameters
| Name | Type |
|---|---|
...interceptors | UseInterceptorsDecoratorOptions |
Returns
ClassDecorator