ed2e44b484
- basic client structure - authentication towards OS-server - access REST-Api - webpack proxy for convenient usage - fontawesome - twitter bootstrap 3.3.7 - login example (recreate login page) - routing - template for agenda and motions - dynamic content loading - custom alert component - add auth-guard - checks if a user is logged in and makes correct forwarding - authentification towards OS works - saving the log in information is WIP
20 lines
282 B
JSON
20 lines
282 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/spec",
|
|
"module": "commonjs",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"test.ts",
|
|
"polyfills.ts"
|
|
],
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|