Preparing search index...
The search index is not available
@rxap/ngx-bootstrap
@rxap/ngx-bootstrap
ModuleApplication
Class ModuleApplication<M, O>
Type Parameters
M
O
extends
ModuleApplicationConfig
Hierarchy (
view full
)
Application
<
O
,
NgModuleRef
<
M
>
>
ModuleApplication
Index
Constructors
constructor
Properties
app
config
config
Load
Options?
environment
logger
module
Type
options
Methods
after
before
bootstrap
create
handle
After
handle
Before
load
Config
prepare
Config
prepare
Environment
Constructors
constructor
new
Module
Application
<
M
,
O
>
(
environment
,
moduleType
,
options
?
,
configLoadOptions
?
)
:
ModuleApplication
<
M
,
O
>
Type Parameters
M
O
extends
ModuleApplicationConfig
Parameters
environment
:
Environment
moduleType
:
Type
<
M
>
Optional
options
:
O
Optional
configLoadOptions
:
ConfigLoadOptions
Returns
ModuleApplication
<
M
,
O
>
Properties
app
app
:
null
|
NgModuleRef
<
M
>
= null
config
config
:
null
|
ConfigService
<
Record
<
string
,
any
>
>
= null
Optional
Readonly
config
Load
Options
config
Load
Options
?:
ConfigLoadOptions
Readonly
environment
environment
:
Environment
logger
logger
:
null
|
NGXLogger
= null
Private
Readonly
module
Type
module
Type
:
Type
<
M
>
Readonly
options
options
:
O
= ...
Methods
after
after
(
fnc
)
:
void
Parameters
fnc
:
ApplicationAfterFunction
<
NgModuleRef
<
M
>
>
Returns
void
before
before
(
fnc
)
:
void
Parameters
fnc
:
ApplicationBeforeFunction
<
O
>
Returns
void
bootstrap
bootstrap
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
create
create
(
)
:
Promise
<
NgModuleRef
<
M
>
>
Returns
Promise
<
NgModuleRef
<
M
>
>
Protected
handle
After
handle
After
(
app
,
logger
,
config
)
:
Promise
<
void
>
Parameters
app
:
NgModuleRef
<
M
>
logger
:
NGXLogger
config
:
ConfigService
<
Record
<
string
,
any
>
>
Returns
Promise
<
void
>
Protected
handle
Before
handle
Before
(
config
,
options
)
:
Promise
<
void
>
Parameters
config
:
ConfigService
<
Record
<
string
,
any
>
>
options
:
O
Returns
Promise
<
void
>
Protected
load
Config
load
Config
(
environment
)
:
Promise
<
void
>
Parameters
environment
:
Environment
Returns
Promise
<
void
>
Protected
prepare
Config
prepare
Config
(
config
)
:
void
Parameters
config
:
O
Returns
void
Protected
prepare
Environment
prepare
Environment
(
environment
)
:
Promise
<
void
>
Parameters
environment
:
Environment
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
app
config
config
Load
Options
environment
logger
module
Type
options
after
before
bootstrap
create
handle
After
handle
Before
load
Config
prepare
Config
prepare
Environment
@rxap/ngx-bootstrap
Loading...