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

View File

@@ -12,6 +12,7 @@ applicationDefaultJvmArgs = [
dependencies {
compile project(':performanceDb')
compile project(':pdb-plotting')
implementation project(':pdb-js')
compile(lib_spring_boot_mustache) {
exclude module: 'spring-boot-starter-logging'