Skip to content

Commit

Permalink
OAUTH2 using KeyCloak inside EazyBank App
Browse files Browse the repository at this point in the history
  • Loading branch information
eazybytes committed Jun 25, 2024
1 parent 1ff7333 commit f3422f8
Show file tree
Hide file tree
Showing 30 changed files with 8,690 additions and 16,591 deletions.
16 changes: 0 additions & 16 deletions section_13/bank-app-ui/.browserslistrc

This file was deleted.

2 changes: 1 addition & 1 deletion section_13/bank-app-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BankAppUi

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.2.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.3.

## Development server

Expand Down
25 changes: 14 additions & 11 deletions section_13/bank-app-ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"outputPath": "dist/bank-app-ui",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand All @@ -46,12 +48,6 @@
"maximumError": "4kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
Expand All @@ -60,7 +56,13 @@
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"namedChunks": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.development.ts"
}
]
}
},
"defaultConfiguration": "production"
Expand All @@ -86,10 +88,11 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.ico",
"src/assets"
Expand Down
44 changes: 0 additions & 44 deletions section_13/bank-app-ui/karma.conf.js

This file was deleted.

Loading

0 comments on commit f3422f8

Please sign in to comment.