Skip to content

Commit a245c44

Browse files
authored
Upgrade to support ng 17 (#86)
* Upgrade zone.js to v0.14.4 * Upgrade to ng 17 * Build docs
1 parent 8840beb commit a245c44

9 files changed

+4858
-3494
lines changed

angular.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,18 @@
9494
"builder": "@angular-devkit/build-angular:dev-server",
9595
"configurations": {
9696
"production": {
97-
"browserTarget": "angular4-paystack-lib:build-docs:production"
97+
"buildTarget": "angular4-paystack-lib:build-docs:production"
9898
},
9999
"development": {
100-
"browserTarget": "angular4-paystack-lib:build-docs:development"
100+
"buildTarget": "angular4-paystack-lib:build-docs:development"
101101
}
102102
},
103103
"defaultConfiguration": "development"
104104
},
105105
"extract-i18n": {
106106
"builder": "@angular-devkit/build-angular:extract-i18n",
107107
"options": {
108-
"browserTarget": "angular4-paystack-lib:build"
108+
"buildTarget": "angular4-paystack-lib:build"
109109
}
110110
},
111111
"test-docs": {

docs/3rdpartylicenses.txt

+1-16
Original file line numberDiff line numberDiff line change
@@ -216,26 +216,11 @@ Apache-2.0
216216

217217

218218

219-
tslib
220-
0BSD
221-
Copyright (c) Microsoft Corporation.
222-
223-
Permission to use, copy, modify, and/or distribute this software for any
224-
purpose with or without fee is hereby granted.
225-
226-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
227-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
228-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
229-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
230-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
231-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
232-
PERFORMANCE OF THIS SOFTWARE.
233-
234219
zone.js
235220
MIT
236221
The MIT License
237222

238-
Copyright (c) 2010-2022 Google LLC. https://angular.io/license
223+
Copyright (c) 2010-2023 Google LLC. https://angular.io/license
239224

240225
Permission is hereby granted, free of charge, to any person obtaining a copy
241226
of this software and associated documentation files (the "Software"), to deal

docs/index.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<!DOCTYPE html><html lang="en"><head>
1+
<!doctype html>
2+
<html lang="en" data-critters-container>
3+
<head>
24
<meta charset="utf-8">
35
<title>Angular4PaystackLib</title>
46
<base href="/angular4-paystack/">
@@ -7,6 +9,5 @@
79
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
810
<body>
911
<app-root></app-root>
10-
<script src="runtime.28d09d76bf1169de.js" type="module"></script><script src="polyfills.359a8d996a1015c2.js" type="module"></script><script src="main.3d57e84c18aab1d8.js" type="module"></script>
11-
12-
</body></html>
12+
<script src="runtime.a6644970e2bce4c8.js" type="module"></script><script src="polyfills.9b1da08871d804f0.js" type="module"></script><script src="main.28d998312ca8da0c.js" type="module"></script></body>
13+
</html>

docs/main.3d57e84c18aab1d8.js

-1
This file was deleted.

docs/polyfills.359a8d996a1015c2.js

-1
This file was deleted.

docs/runtime.28d09d76bf1169de.js

-1
This file was deleted.

0 commit comments

Comments
 (0)