Appearance
crelte / / getLoading
function getLoading(): Readable<boolean>;
returns a store which indicates if the a page is loading
This only works during component initialisation.
Readable<boolean>
Readable
boolean