Skip to content

crelte / / getLoading

Function: getLoading()

ts
function getLoading(): Readable<boolean>;

returns a store which indicates if the a page is loading

Note

This only works during component initialisation.

Returns

Readable<boolean>