Spin
 Import   | 
 Source   | 
 Docs   | 
When To Use#
When part of the page is waiting for asynchronous data or during a rendering process, an appropriate loading animation can effectively alleviate users' inquietude.
Examples #
      Loading...
          Loading...
    Loading...
      Loading...
          Loading...
          Loading...
     Loading state: 
      Loading...
     Loading state: 
      Loading...
    API#
nz-spin#
| Property | Description | Type | Default Value | Global Config | 
|---|---|---|---|---|
[nzDelay] | specifies a delay in milliseconds for loading state (prevent flush), unit: milliseconds | number | - | |
[nzIndicator] | the spinning indicator | TemplateRef<void> | - | ✅ | 
[nzSize] | size of Spin | 'large' | 'small' | 'default' | 'default' | |
[nzSpinning] | whether Spin is spinning | boolean | true | |
[nzSimple] | whether Spin has no children | boolean | false | |
[nzTip] | customize description content when Spin has children | string | - |