First try appcommon as library

This commit is contained in:
Willem Dantuma
2019-07-15 16:54:19 +02:00
parent fd17e0d538
commit f304cf5149
64 changed files with 4169 additions and 164 deletions

View File

@@ -15,7 +15,14 @@
"lib": [
"dom",
"es2018"
]
],
"paths": {
"@angular/*": [
"node_modules/@angular/*"
]
}
},
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
@@ -28,5 +35,5 @@
"exclude": [
"src/test.ts",
"**/*.spec.ts"
]
]
}