Skip to content

Commit 942583e

Browse files
committed
sanitizing the html imputs
1 parent f86fae5 commit 942583e

4 files changed

Lines changed: 557 additions & 9 deletions

File tree

angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
"prerender": true,
5454
"ssr": {
5555
"entry": "projects/budgetkey/src/server.ts"
56-
}
56+
},
57+
"externalDependencies": [
58+
"jsdom"
59+
]
5760
},
5861
"configurations": {
5962
"production": {

0 commit comments

Comments
 (0)