mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
challenge 5: http
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<h1>Projection</h1>
|
||||
|
||||
> Author: Thomas Laforge
|
||||
|
||||
### Statement
|
||||
|
||||
Refactor this working exemple of a dasboard containing multiple cards (teachers, students, ...)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user