index
@agros/app
@agros/app
Table of contents
Classes
Interfaces
Type Aliases
Functions
Type Aliases
RouterModuleFeatureOptions
Ƭ RouterModuleFeatureOptions: RouterModuleRootOptions
Defined in
agros-app/src/modules/router.module.ts:19
Functions
Component
▸ Component(options?
): ClassDecorator
Parameters
Name | Type |
---|---|
options | ComponentDecoratorOptions <any > |
Returns
ClassDecorator
Defined in
agros-app/src/decorators/component.decorator.ts:7
Global
▸ Global(): ClassDecorator
Returns
ClassDecorator
Defined in
agros-app/src/decorators/global.decorator.ts:3
Injectable
▸ Injectable(): ClassDecorator
Returns
ClassDecorator
Defined in
agros-app/src/decorators/injectable.decorator.ts:3
Module
▸ Module(options?
): ClassDecorator
Parameters
Name | Type |
---|---|
options | ModuleDecoratorOptions |
Returns
ClassDecorator
Defined in
agros-app/src/decorators/module.decorator.ts:7
UseInterceptors
▸ UseInterceptors(...interceptors
): ClassDecorator
Parameters
Name | Type |
---|---|
...interceptors | UseInterceptorsDecoratorOptions |
Returns
ClassDecorator
Defined in
agros-app/src/decorators/use-interceptors.decorator.ts:4
getContainer
▸ getContainer(map?
): Object
get container dependencies
Parameters
Name | Type |
---|---|
map | Map <Type <any >, any > |
Returns
Object
Name | Type |
---|---|
get | <T>(Class : Type <any >) => T |