initial commit of the new UI based on Angular

At this point it is still the example Angular application.
This commit is contained in:
2019-10-08 18:18:24 +02:00
parent c128bdd532
commit 65b37e9c67
33 changed files with 14453 additions and 0 deletions

13
pdb-js/e2e/tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}