Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LoadingService is an Angular Factory in the Layer module, implemented in the file loading.js. It provides an API to start and stop a "Loading..." animation in the center of the window. 

Image Added

 

NameSummary
startStarts the animation
stopStops the animation

...

Starts the "Loading..." animation. This function is idempotent.

Example UsageArgumentsReturn Value
loading.start();nonenone

 

stop

Stops the "Loading..." animation. This function is idempotent.

Example UsageArgumentsReturn Value
loading.stop();nonenone