feat(challenge23): create table for testing table challenge

This commit is contained in:
thomas
2023-05-27 21:48:32 +02:00
parent 0bbda2b3a4
commit b61028c744
24 changed files with 2118 additions and 2099 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "testing-table-backend",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/testing-table/backend/src",
"prefix": "angular-challenges",
"tags": [],
"projectType": "library",
"targets": {
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"libs/testing-table/backend/**/*.ts",
"libs/testing-table/backend/**/*.html"
]
}
}
}
}