Skip to content

Commit

Permalink
Merge pull request #366 from alexciesielski/364-ng-17
Browse files Browse the repository at this point in the history
Update to Angular 17
  • Loading branch information
MurhafSousli authored Jun 4, 2024
2 parents 12212d1 + 69d4ce5 commit 1913508
Show file tree
Hide file tree
Showing 12 changed files with 4,997 additions and 5,460 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2023 Murhaf Sousli
Copyright (c) 2016-2024 Murhaf Sousli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1 align="center">Angular Progressbar</h1>
</p>

[![npm](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://ngx-progressbar.netlify.com/)
[![demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://ngx-progressbar.netlify.app/)
[![npm](https://img.shields.io/badge/stackblitz-online-orange.svg)](https://stackblitz.com/edit/ngx-progressbar)
[![npm](https://img.shields.io/npm/v/ngx-progressbar.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/ngx-progressbar)
[![tests](https://github.com/MurhafSousli/ngx-progressbar/workflows/tests/badge.svg)](https://github.com/MurhafSousli/ngx-progressbar/actions?query=workflow%3Atests)
Expand All @@ -24,22 +24,6 @@ ___

If you identify any errors in the library, or have an idea for an improvement, please open an [issue](https://github.com/MurhafSousli/ngx-progressbar/issues).

## Sponsoring ngx-progressbar

[![Backers on Open Collective](https://opencollective.com/ngx-progressbar/tiers/backers/badge.svg?label=Backers&color=brightgreen)](#sponsoring-ngx-progressbar)

### Sponsors

Become a sponsor and get your logo on our README on GitHub and the front page of [https://ngx-progressbar.netlify.com/](https://ngx-progressbar.netlify.com/).

[![Sponsors on Open Collective](https://opencollective.com/ngx-progressbar/tiers/sponsors.svg?avatarHeight=64)](https://opencollective.com/ngx-progressbar/contribute/sponsors-11015/checkout)

### Backers

Become a backer and get your logo on our README on GitHub.

[![Backers on Open Collective](https://opencollective.com/ngx-progressbar/tiers/backers.svg?avatarHeight=64)](https://opencollective.com/ngx-progressbar/contribute/backers-11014/checkout)

## Author

**Murhaf Sousli**
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-progressbar-demo:build"
"buildTarget": "ngx-progressbar-demo:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-progressbar-demo:build:production"
"buildTarget": "ngx-progressbar-demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-progressbar-demo:build"
"buildTarget": "ngx-progressbar-demo:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 1913508

Please sign in to comment.