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
|`fgsType`|*string*| optional |`rectangle-bounce`| Foreground spinner type. All available types can be accessed via `SPINNER_TYPES`|
307
+
|`fgsType`|*string*| optional |`rectangle-bounce`| Foreground spinner type. All available types can be accessed via `SPINNER`|
308
308
||||||
309
-
|`logoPosition`|*string*| optional |`center-center`| Logo position. All available positions can be accessed via `NGX_POSITIONS`|
309
+
|`logoPosition`|*string*| optional |`center-center`| Logo position. All available positions can be accessed via `POSITION`|
310
310
|`logoSize`|*number*| optional |`120`| Logo size (px) |
311
311
|`logoUrl`|*string*| optional | (*empty string*) | Logo url |
312
312
||||||
313
313
|`pbColor`|*string*| optional |`#00ACC1`| Progress bar color |
314
-
|`pbDirection`|*string*| optional |`ltr`| Progress bar direction. All directions type can be accessed via `PB_DIRECTIONS`|
314
+
|`pbDirection`|*string*| optional |`ltr`| Progress bar direction. All directions type can be accessed via `PB_DIRECTION`|
315
315
|`pbThickness`|*number*| optional |`5`| Progress bar thickness |
316
316
||||||
317
317
|`text`|*string*| optional | (*empty string*) | Loading text |
318
318
|`textColor`|*string*| optional |`#FFFFFF`| Loading text color |
319
-
|`textPosition`|*string*| optional |`center-center`| Loading text position. All available positions can be accessed via `NGX_POSITIONS`|
319
+
|`textPosition`|*string*| optional |`center-center`| Loading text position. All available positions can be accessed via `POSITION`|
320
320
||||||
321
321
|`blur`|*number*| optional |`5`| Blur the page content while showing foreground loader. Only applied when using [ngxUiLoaderBlurred](#ngxuiloaderblurred_directive) directive. |
322
322
|`gap`|*number*| optional |`24`| The gap between logo, foreground spinner and text when their positions are `center-center`|
* Add NgxUiLoaderBlurred directive for blurring the page content while the foreground loading is showed. See [NgxUiLoaderBlurred](#ngxuiloaderblurred_directive)
438
+
*`NGX_POSITIONS` is deprecated. Use `POSITION` instead
439
+
*`PB_DIRECTIONS` is deprecated. Use `PB_DIRECTION` instead
440
+
*`SPINNER_TYPES` is deprecated. Use `SPINNER` instead
441
+
436
442
**v.1.1.8**
437
-
* Http interceptor - Can configure to not show loader for some API urls.
438
-
* Npm packages - version bump.
443
+
* Http interceptor - Can configure to not show loader for some API urls
444
+
* Npm packages - version bump
439
445
440
446
**v.1.1.5**
441
447
* Be able to show loader automatically for http requests - Http interceptor
442
448
443
449
**v.1.1.2**
444
450
* Add more spinner types (total 22 spinners)
445
-
* BugFix: Background spinner (if active) should be showed after the foreground spinner is closed out.
451
+
* BugFix: Background spinner (if active) should be showed after the foreground spinner is closed out
Copy file name to clipboardExpand all lines: projects/ngx-ui-loader/package.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "ngx-ui-loader",
3
3
"description": "An all-in-one and fully customizable loader/spinner for Angular 5+ (5+ and 6+ are tested) applications. It supports foreground, background spinner/loader and indicative progress bar.",
0 commit comments