challenge 5: http

This commit is contained in:
thomas laforge
2022-11-12 14:56:26 +01:00
parent 967df0216c
commit 0e405206ca
28 changed files with 618 additions and 26 deletions

View File

@@ -1,5 +1,7 @@
<h1>Projection</h1>
> Author: Thomas Laforge
### Statement
Refactor this working exemple of a dasboard containing multiple cards (teachers, students, ...)

View File

@@ -7,7 +7,9 @@
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/apps/projection",
"index": "apps/projection/src/index.html",
@@ -19,9 +21,13 @@
"apps/projection/src/favicon.ico",
"apps/projection/src/assets"
],
"styles": ["apps/projection/src/styles.scss"],
"styles": [
"apps/projection/src/styles.scss"
],
"scripts": [],
"allowedCommonJsDependencies": ["seedrandom"]
"allowedCommonJsDependencies": [
"seedrandom"
]
},
"configurations": {
"production": {
@@ -85,7 +91,9 @@
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"outputs": [
"{workspaceRoot}/coverage/{projectRoot}"
],
"options": {
"jestConfig": "apps/projection/jest.config.ts",
"passWithNoTests": true