You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
template | TemplateRef | Optional | If provided, the custom template will be shown in place of the default spinner animations. You can use this for rendering custom spinners instead of default spinner animations |
85
97
86
98
99
+
<aname="Configurable options" />
100
+
87
101
#### Configurable options
102
+
88
103
Option | Required | type | Default value | Description | Examples |
89
104
--- | --- | --- | --- | --- | ---- |
90
105
animationType | Optional | string | ANIMATION_TYPES.fadingCircle | The spinner animation to be used. import ANIMATION_TYPES constant to select valid options. | ANIMATION_TYPES.chasingDots |
@@ -99,6 +114,8 @@ spinnerFontSize | Optional | string | | Option for controlling size of spinner.I
99
114
100
115
101
116
<br><br><br>
117
+
<aname="Available spinner positions" />
118
+
102
119
#### Available spinner positions:
103
120
Position |
104
121
------ |
@@ -115,6 +132,8 @@ bottom-left |
115
132
116
133
117
134
<br><br>
135
+
<aname="Available spinner sizes" />
136
+
118
137
#### Available spinner sizes:
119
138
Size |
120
139
------ |
@@ -134,9 +153,13 @@ xl |
134
153
135
154
136
155
156
+
<aname="Examples" />
137
157
138
158
## Examples
139
159
160
+
161
+
<aname="Example 1 - with custom configuration options" />
162
+
140
163
#### Example 1 - with custom configuration options
141
164
142
165
```typescript
@@ -186,6 +209,8 @@ export class Example1Component {
0 commit comments