Preparing search index...
The search index is not available
@rxap/ngx-bootstrap
@rxap/ngx-bootstrap
StandaloneApplication
Class StandaloneApplication<O>
Type Parameters
O
extends
ApplicationConfig
Hierarchy (
view full
)
Application
<
O
,
ApplicationRef
>
StandaloneApplication
Index
Constructors
constructor
Properties
app
config
config
Load
Options?
environment
logger
options
root
Component
Methods
after
before
bootstrap
create
handle
After
handle
Before
import
Providers
From
load
Config
prepare
Config
prepare
Environment
Constructors
constructor
new
Standalone
Application
<
O
>
(
environment
,
rootComponent
,
options
?
,
configLoadOptions
?
)
:
StandaloneApplication
<
O
>
Type Parameters
O
extends
ApplicationConfig
Parameters
environment
:
Environment
rootComponent
:
Type
<
unknown
>
Optional
options
:
O
configLoadOptions
:
ConfigLoadOptions
= ...
Returns
StandaloneApplication
<
O
>
Properties
app
app
:
null
|
ApplicationRef
= 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
Readonly
options
options
:
O
= ...
Private
Readonly
root
Component
root
Component
:
Type
<
unknown
>
Methods
after
after
(
fnc
)
:
void
Parameters
fnc
:
ApplicationAfterFunction
<
ApplicationRef
>
Returns
void
before
before
(
fnc
)
:
void
Parameters
fnc
:
ApplicationBeforeFunction
<
O
>
Returns
void
bootstrap
bootstrap
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
create
create
(
)
:
Promise
<
ApplicationRef
>
Returns
Promise
<
ApplicationRef
>
Protected
handle
After
handle
After
(
app
,
logger
,
config
)
:
Promise
<
void
>
Parameters
app
:
ApplicationRef
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
>
import
Providers
From
import
Providers
From
(
...
sources
)
:
void
Parameters
Rest
...
sources
:
ImportProvidersSource
[]
Returns
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
options
root
Component
after
before
bootstrap
create
handle
After
handle
Before
import
Providers
From
load
Config
prepare
Config
prepare
Environment
@rxap/ngx-bootstrap
Loading...