Skip to content

Commit bcfc45e

Browse files
committed
upgrade angular 14 to 20
1 parent 50e7a57 commit bcfc45e

36 files changed

Lines changed: 9208 additions & 6747 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ An example of how to integrate Secure Fields with React applications can be foun
2828

2929
### For PCI Proxy customers
3030

31-
An example of how to integrate Secure Fields with Angular 14 applications can be found in the
32-
[angular-14-example](angular-14-example/) folder.
31+
An example of how to integrate Secure Fields with Angular 20 applications can be found in the
32+
[angular-20-example](angular-20-example/) folder.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Angular 14 Datatrans Secure Fields Example
1+
# Angular 20 Datatrans Secure Fields Example
22

3-
Example Project showing how to include and run the Secure Fields widget in Angular 14.
3+
Example Project showing how to include and run the Secure Fields widget in Angular 20.
44

55
Notes:
66
- [ScriptService](src/app/script.service.ts): this is used to add the Secure Fields JS file into the Angular App from the URL - https://pay.sandbox.datatrans.com/upp/payment/js/secure-fields-2.0.0.js
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@
6969
"builder": "@angular-devkit/build-angular:dev-server",
7070
"configurations": {
7171
"production": {
72-
"browserTarget": "poc-datatrans-widget:build:production"
72+
"buildTarget": "poc-datatrans-widget:build:production"
7373
},
7474
"development": {
75-
"browserTarget": "poc-datatrans-widget:build:development"
75+
"buildTarget": "poc-datatrans-widget:build:development"
7676
}
7777
},
7878
"defaultConfiguration": "development"
7979
},
8080
"extract-i18n": {
8181
"builder": "@angular-devkit/build-angular:extract-i18n",
8282
"options": {
83-
"browserTarget": "poc-datatrans-widget:build"
83+
"buildTarget": "poc-datatrans-widget:build"
8484
}
8585
},
8686
"test": {

0 commit comments

Comments
 (0)