Search
Preparing search index...
The search index is not available
@neoskop/nem
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
NemBootstrap
Class NemBootstrap
Hierarchy
NemBootstrap
Index
Constructors
constructor
Properties
injector
options
Methods
bootstrap
Constructors
constructor
new
Nem
Bootstrap
(
options
:
INemOptions
)
:
NemBootstrap
Parameters
options:
INemOptions
Returns
NemBootstrap
Properties
Protected
injector
injector
:
Injector
= InjectorFactory.create({name: 'BootstrapInjector',providers: [...BOOTSTRAP_PROVIDER,...(this.options.providers || [])],parent: this.options.injector})
Protected
options
options
:
INemOptions
Methods
bootstrap
bootstrap
(
module
:
Type
<
any
>
, __namedParameters
?:
object
)
:
NemBootstrappedModule
Parameters
module:
Type
<
any
>
Default value
__namedParameters:
object
= {}
app
:
Application
server
:
Server
Returns
NemBootstrappedModule
Globals
Nem
Bootstrap
constructor
injector
options
bootstrap
Generated using
TypeDoc