Skip to content

Commit

Permalink
feat(ngx-flicking): upgrade to Angular 17 and enable signal inputs
Browse files Browse the repository at this point in the history
These changes introduce the Angular 17 upgrade, along with its new features
as signal inputs. The inclusion of signal inputs and dependence on computed
properties enables users to operate in zoneless mode, a functionality available
since Angular 17.1.0.
  • Loading branch information
arturovt committed Jan 27, 2024
1 parent 3d52804 commit 909a45c
Show file tree
Hide file tree
Showing 11 changed files with 13,795 additions and 26,236 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 909a45c

Please sign in to comment.