Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Napster2210 committed May 14, 2024
2 parents 177f3bf + 8bf2ff7 commit a83ae38
Show file tree
Hide file tree
Showing 18 changed files with 3,734 additions and 5,566 deletions.
14 changes: 7 additions & 7 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A library with more than 50 different loading spinners for Angular 4 - 16. (https://napster2210.github.io/ngx-spinner/)
A library with more than 50 different loading spinners for Angular 4 - 17. (https://napster2210.github.io/ngx-spinner/)

<p align="center">
<img height="200px" width="200px" style="text-align: center;" src="https://cdn.rawgit.com/Napster2210/ngx-spinner/gh-pages/assets/logo.png">
Expand All @@ -18,19 +18,19 @@ A library with more than 50 different loading spinners for Angular 4 - 16. (http
[![Support](https://img.shields.io/badge/Support-Angular%2014%2B-blue.svg?style=flat-square)]()
[![Support](https://img.shields.io/badge/Support-Angular%2015%2B-blue.svg?style=flat-square)]()
[![Support](https://img.shields.io/badge/Support-Angular%2016%2B-blue.svg?style=flat-square)]()
[![Support](https://img.shields.io/badge/Support-Angular%2017%2B-blue.svg?style=flat-square)]()
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)]()
[![Gitter](https://badges.gitter.im/ngx-spinner/community.svg)](https://gitter.im/ngx-spinner/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

## What's New

- Angular 16 support 🥳🥳🥳🥳
- Bug Fixes/Improvements
- Angular 17 support 🥳🥳🥳🥳

Use appropriate version based on your Angular version.

| Angular 16 | Angular 15 |
| ----------- | ----------- |
| >=`v16.0.2` | >=`v15.0.1` |
| Angular 17 | Angular 16 | Angular 15 |
| ----------- | ----------- | ----------- |
| >=`v17.0.0` | >=`v16.0.2` | >=`v15.0.1` |

| Angular 14 | Angular 13 | Angular 12 | Angular 11 | Angular 10 |
| ----------- | ----------- | ----------- | ----------- | ----------- |
Expand Down Expand Up @@ -73,7 +73,7 @@ Use appropriate version based on your Angular version.

## Features

- **Angular 16** Support
- **Angular 17** Support
- Custom spinner image support(gif), you can pass `img` tag
- Multiple Spinners
- Configurable option through service
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,18 +158,18 @@
"options": {},
"configurations": {
"production": {
"browserTarget": "ngx-tester:build:production"
"buildTarget": "ngx-tester:build:production"
},
"development": {
"browserTarget": "ngx-tester:build:development"
"buildTarget": "ngx-tester:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-tester:build"
"buildTarget": "ngx-tester:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit a83ae38

Please sign in to comment.