loading

Source loading

A small dapp-browser initial loading handler. After a DApp was loaded, it needs to call the finishDAppLoading function to hides the initial loading screen. So each DApp can load smoothly in the background and can decide by it self, when it should be shown.

Attention: During runtime and usage of the `angular-core </angular-core/index.html>` this function will do nothing, You app is shown from the beginning of the loading progress.


finishDAppLoading

loading.finishDAppLoading();

Hides the initial loading that is embedded to the root dapp html page. => It will disappear smooth and will be removed when animation is over