@douglasneuroinformatics/libnest
Preparing search index...
index
AppFactory
Class AppFactory
Index
Constructors
constructor
Methods
create
create
Module
Constructors
constructor
new
AppFactory
()
:
AppFactory
Returns
AppFactory
Methods
Static
create
create
(
__namedParameters
:
{
configureMiddleware
?:
(
consumer
:
MiddlewareConsumer
)
=>
void
;
controllers
?:
Type
<
any
>
[]
;
docs
?:
Omit
<
DocsConfig
,
"version"
>
;
envSchema
:
ZodType
<
Env
>
;
imports
?:
(
ImportedModule
|
ConditionalImport
)
[]
;
providers
?:
Provider
[]
;
throttler
?:
ThrottlerModuleOptions
;
version
:
`
${
number
}
`
|
null
;
}
,
)
:
AppContainer
Parameters
__namedParameters
:
{
configureMiddleware
?:
(
consumer
:
MiddlewareConsumer
)
=>
void
;
controllers
?:
Type
<
any
>
[]
;
docs
?:
Omit
<
DocsConfig
,
"version"
>
;
envSchema
:
ZodType
<
Env
>
;
imports
?:
(
ImportedModule
|
ConditionalImport
)
[]
;
providers
?:
Provider
[]
;
throttler
?:
ThrottlerModuleOptions
;
version
:
`
${
number
}
`
|
null
;
}
Returns
AppContainer
Static
create
Module
createModule
(
__namedParameters
:
{
configureMiddleware
?:
(
consumer
:
MiddlewareConsumer
)
=>
void
;
controllers
?:
Type
<
any
>
[]
;
envConfig
:
Env
;
imports
?:
(
ImportedModule
|
ConditionalImport
)
[]
;
providers
?:
Provider
[]
;
throttler
?:
ThrottlerModuleOptions
;
}
,
)
:
DynamicAppModule
Parameters
__namedParameters
:
{
configureMiddleware
?:
(
consumer
:
MiddlewareConsumer
)
=>
void
;
controllers
?:
Type
<
any
>
[]
;
envConfig
:
Env
;
imports
?:
(
ImportedModule
|
ConditionalImport
)
[]
;
providers
?:
Provider
[]
;
throttler
?:
ThrottlerModuleOptions
;
}
Returns
DynamicAppModule
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
create
Module
@douglasneuroinformatics/libnest
Loading...