Preparing search index...
The search index is not available
@rxap/ngx-bootstrap - v19.0.4-dev.0
@rxap/ngx-bootstrap
Application
Class Application<Config, Ref>
Abstract
Type Parameters
Config
extends
object
Ref
extends
RefWithInjector
Hierarchy (
View Summary
)
Application
ModuleApplication
StandaloneApplication
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
Application
<
Config
extends
object
,
Ref
extends
RefWithInjector
>
(
environment
:
Environment
,
options
?:
Config
,
configLoadOptions
?:
ConfigLoadOptions
,
)
:
Application
<
Config
,
Ref
>
Type Parameters
Config
extends
object
Ref
extends
RefWithInjector
Parameters
environment
:
Environment
options
:
Config
= ...
Optional
configLoadOptions
:
ConfigLoadOptions
Returns
Application
<
Config
,
Ref
>
Properties
app
app
:
null
|
Ref
= 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
:
Config
= ...
Methods
after
after
(
fnc
:
ApplicationAfterFunction
<
Ref
>
)
:
void
Parameters
fnc
:
ApplicationAfterFunction
<
Ref
>
Returns
void
before
before
(
fnc
:
ApplicationBeforeFunction
<
Config
>
)
:
void
Parameters
fnc
:
ApplicationBeforeFunction
<
Config
>
Returns
void
bootstrap
bootstrap
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
Abstract
create
create
()
:
Promise
<
Ref
>
Returns
Promise
<
Ref
>
Protected
handle
After
handleAfter
(
app
:
Ref
,
logger
:
NGXLogger
,
config
:
ConfigService
)
:
Promise
<
void
>
Parameters
app
:
Ref
logger
:
NGXLogger
config
:
ConfigService
Returns
Promise
<
void
>
Protected
handle
Before
handleBefore
(
config
:
ConfigService
,
options
:
Config
)
:
Promise
<
void
>
Parameters
config
:
ConfigService
options
:
Config
Returns
Promise
<
void
>
Protected
load
Config
loadConfig
(
environment
:
Environment
)
:
Promise
<
void
>
Parameters
environment
:
Environment
Returns
Promise
<
void
>
Protected
Abstract
prepare
Config
prepareConfig
(
config
:
Config
)
:
void
Parameters
config
:
Config
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.4-dev.0
Loading...