Skip to content

Commit

Permalink
feat: bump angular 17 (#88)
Browse files Browse the repository at this point in the history
* feat: bump angular 17

* ci: remove node 16 support

* test: test schematics support angular 17

* build: lock angular 17 version

* test: schematics unit test need app module support

* fix: typo for pedno to pendo (#90)

* test: schematic unit test only no-standlone

---------

Co-authored-by: Eden Wang <[email protected]>
  • Loading branch information
damingerdai and yociduo authored Nov 30, 2023
1 parent 70f25f5 commit a6e3b3a
Show file tree
Hide file tree
Showing 5 changed files with 7,012 additions and 5,537 deletions.
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-pendo-demo:build"
"buildTarget": "ngx-pendo-demo:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-pendo-demo:build:production"
"buildTarget": "ngx-pendo-demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-pendo-demo:build"
"buildTarget": "ngx-pendo-demo:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit a6e3b3a

Please sign in to comment.