Preparing search index...
The search index is not available
@rxap/ngx-bootstrap - v19.0.2
@rxap/ngx-bootstrap
ModuleApplication
Class ModuleApplication<M, O>
Type Parameters
M
O
extends
ModuleApplicationConfig
Hierarchy (
View Summary
)
Application
<
O
,
NgModuleRef
<
M
>
>
ModuleApplication
Index
Constructors
constructor
Properties
app
config
config
Load
Options?
environment
logger
options
Methods
after
before
bootstrap
create
handle
After
handle
Before
load
Config
prepare
Config
prepare
Environment
Constructors
constructor
new
ModuleApplication
<
M
,
O
extends
ModuleApplicationConfig
>
(
environment
:
Environment
,
moduleType
:
Type
<
M
>
,
options
?:
O
,
configLoadOptions
?:
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
configLoadOptions
?:
ConfigLoadOptions
Readonly
environment
environment
:
Environment
logger
logger
:
null
|
NGXLogger
= null
Readonly
options
options
:
O
= ...
Methods
after
after
(
fnc
:
ApplicationAfterFunction
<
NgModuleRef
<
M
>
>
)
:
void
Parameters
fnc
:
ApplicationAfterFunction
<
NgModuleRef
<
M
>
>
Returns
void
before
before
(
fnc
:
ApplicationBeforeFunction
<
O
>
)
:
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
handleAfter
(
app
:
NgModuleRef
,
logger
:
NGXLogger
,
config
:
ConfigService
,
)
:
Promise
<
void
>
Parameters
app
:
NgModuleRef
logger
:
NGXLogger
config
:
ConfigService
Returns
Promise
<
void
>
Protected
handle
Before
handleBefore
(
config
:
ConfigService
,
options
:
O
)
:
Promise
<
void
>
Parameters
config
:
ConfigService
options
:
O
Returns
Promise
<
void
>
Protected
load
Config
loadConfig
(
environment
:
Environment
)
:
Promise
<
void
>
Parameters
environment
:
Environment
Returns
Promise
<
void
>
Protected
prepare
Config
prepareConfig
(
config
:
O
)
:
void
Parameters
config
:
O
Returns
void
Protected
prepare
Environment
prepareEnvironment
(
environment
:
Environment
)
:
Promise
<
void
>
Parameters
environment
:
Environment
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
app
config
config
Load
Options
environment
logger
options
Methods
after
before
bootstrap
create
handle
After
handle
Before
load
Config
prepare
Config
prepare
Environment
@rxap/ngx-bootstrap - v19.0.2
Loading...