Preparing search index...
The search index is not available
@rxap/life-cycle - v19.0.3
@rxap/life-cycle
LifeCycleService
Class LifeCycleService
Index
Constructors
constructor
Properties
app
Ref
is
Ready$
Methods
when
Ready
Add
Hook
Constructors
constructor
new
LifeCycleService
(
appRef
:
ApplicationRef
)
:
LifeCycleService
Parameters
appRef
:
ApplicationRef
Returns
LifeCycleService
Properties
Readonly
app
Ref
appRef
:
ApplicationRef
is
Ready$
isReady$
:
BehaviorSubject
<
boolean
>
= ...
Methods
when
Ready
whenReady
<
T
>
(
thenOrFunction
:
|
Observable
<
T
>
|
PromiseLike
<
T
>
|
()
=>
Observable
<
T
>
|
()
=>
PromiseLike
<
T
>
|
()
=>
T
,
)
:
Observable
<
T
>
Type Parameters
T
Parameters
thenOrFunction
:
|
Observable
<
T
>
|
PromiseLike
<
T
>
|
()
=>
Observable
<
T
>
|
()
=>
PromiseLike
<
T
>
|
()
=>
T
Returns
Observable
<
T
>
Static
Add
Hook
AddHook
(
name
:
string
,
promise
:
PromiseLike
<
any
>
)
:
void
Parameters
name
:
string
promise
:
PromiseLike
<
any
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
app
Ref
is
Ready$
Methods
when
Ready
Add
Hook
@rxap/life-cycle - v19.0.3
Loading...