Skip to content

crelte / / getLoadingProgress

Function: getLoadingProgress()

ts
function getLoadingProgress(): Readable<number>;

returns a store which indicates the loading progress between 0 and 1

Note

This only works during component initialisation.

Returns

Readable<number>