Skip to content

Upgrade to support ng 17 #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "angular4-paystack-lib:build-docs:production"
"buildTarget": "angular4-paystack-lib:build-docs:production"
},
"development": {
"browserTarget": "angular4-paystack-lib:build-docs:development"
"buildTarget": "angular4-paystack-lib:build-docs:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular4-paystack-lib:build"
"buildTarget": "angular4-paystack-lib:build"
}
},
"test-docs": {
Expand Down
17 changes: 1 addition & 16 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,26 +216,11 @@ Apache-2.0



tslib
0BSD
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

zone.js
MIT
The MIT License

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

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
9 changes: 5 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<!DOCTYPE html><html lang="en"><head>
<!doctype html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>Angular4PaystackLib</title>
<base href="/angular4-paystack/">
Expand All @@ -7,6 +9,5 @@
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
<body>
<app-root></app-root>
<script src="runtime.28d09d76bf1169de.js" type="module"></script><script src="polyfills.359a8d996a1015c2.js" type="module"></script><script src="main.3d57e84c18aab1d8.js" type="module"></script>

</body></html>
<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>
</html>
1 change: 0 additions & 1 deletion docs/main.3d57e84c18aab1d8.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/polyfills.359a8d996a1015c2.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/runtime.28d09d76bf1169de.js

This file was deleted.

Loading