Skip to main content
Version: 1.0.x

index

@agros/common

@agros/common

Table of contents

Classes

Interfaces

Type Aliases

Variables

Functions

Type Aliases

RouterModuleFeatureOptions

Ƭ RouterModuleFeatureOptions: RouterModuleRootOptions

Defined in

agros-common/src/modules/router.module.ts:19

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_USE_INTERCEPTORS_SYMBOL

Const DI_METADATA_USE_INTERCEPTORS_SYMBOL: typeof DI_METADATA_USE_INTERCEPTORS_SYMBOL

Defined in

agros-common/src/constants.ts:6


ROUTES_FEATURE

Const ROUTES_FEATURE: "agros:internal:routes:feature"

Defined in

agros-common/src/constants.ts:9


ROUTES_ROOT

Const ROUTES_ROOT: "agros:internal:routes:root"

Defined in

agros-common/src/constants.ts:8

Functions

Component

Component(options?): ClassDecorator

Parameters

NameType
optionsComponentDecoratorOptions<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


Injectable

Injectable(): ClassDecorator

Returns

ClassDecorator

Defined in

agros-common/src/decorators/injectable.decorator.ts:4


Module

Module(options?): ClassDecorator

Parameters

NameType
optionsModuleDecoratorOptions

Returns

ClassDecorator

Defined in

agros-common/src/decorators/module.decorator.ts:8


UseInterceptors

UseInterceptors(...interceptors): ClassDecorator

Parameters

NameType
...interceptorsUseInterceptorsDecoratorOptions

Returns

ClassDecorator

Defined in

agros-common/src/decorators/use-interceptors.decorator.ts:5