Ngx Spinner Versions Save

A library for loading spinner for Angular 4 - 16.

v16

11 months ago
  • Angular 16 Update
  • Bug fixes and improvements

v15

1 year ago
  • Angular 15 Update
  • Bug fixes and improvements

v13

2 years ago
  • Smaller bundle size 🥳🥳🥳🥳
  • Angular 13 support 🥳🥳🥳🥳
  • Bug Fixes/Improvements

v11.0.0

3 years ago

Changes:

  • Added support of Angular v11
  • Option to disable fade animation
  • Show/Hide spinner from template using @Input() variable
  • Bug Fixes/Improvements

v10.0.0

3 years ago

Changes:

  • Updated to support latest Angular v10
  • Latest Dependencies
  • Multiple bug fixes

v9.0

4 years ago

Changes:

  • Updated to support latest Angular v9
  • Custom spinner support/Image Support
    • Use spinner by passing custom HTML or just img tag
  • Latest Dependencies

v8.1.0

4 years ago

Changes:

  • Latest Angular Dependencies
  • Dynamic z-index
  • Smooth animation while hide/show the spinner
  • Debounce time to delay the spinner from hide
  • BUG fixes

v8.0.1

4 years ago

Changes:

  • Updated to support latest Angular v8
  • Bug fixes

v7.0.0

5 years ago

Changes:

  • Created the new build using latest Angular CLI(ng-packgr) + Angular 7
  • Added fullScreen input property to enable/disable fullscreen mode(overlay)
  • Bug fixes

v6.1.1

5 years ago

Minor Changes:

  • Created the new build using latest Angular CLI(ng-packgr)
  • Removed loadingText input property, now you can pass HTML content as Transclution
  • Dynamic content as loading text or customize loading text
  • Now you can put spinner to any specific container instead of full screen(depends on parent element)