This component is used to show our primary loading spinner that we use when loading pages. To use it you simply call the function without changing any attribures:

<FwLoadingSpinner />
Show:
didInsertElement () private

After all elements have been inserted, it performs the startSpinnerTimeout task.

startSpinnerTimeout () private

Task function which is performed. Waits the slowLoadTimeout amount of time before displaying the spinner.

showSpinner

Boolean private

An internal property that will be set to true after a time out. It begins by hidden so the spinner flash.


Default: false

slowLoadTimeout

Number private

Milliseconds until spinner is shown. This prevents the flash of the spinner.


Default: 200