feat(challengestandalone): challenge standalone

This commit is contained in:
ThomasL
2023-06-19 18:06:50 +02:00
parent bcf44956f9
commit 8f6716979e
165 changed files with 2794 additions and 22 deletions

View File

@@ -13,7 +13,7 @@
"error",
{
"type": "attribute",
"prefix": "angularChallenges",
"prefix": "lib",
"style": "camelCase"
}
],
@@ -21,7 +21,7 @@
"error",
{
"type": "element",
"prefix": "angular-challenges",
"prefix": "lib",
"style": "kebab-case"
}
]

View File

@@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"sourceRoot": "libs/ngrx-notification/backend/src",
"prefix": "angular-challenges",
"prefix": "lib",
"targets": {
"test": {
"executor": "@nx/jest:jest",

View File

@@ -13,7 +13,7 @@
"error",
{
"type": "attribute",
"prefix": "angularChallenges",
"prefix": "lib",
"style": "camelCase"
}
],
@@ -21,7 +21,7 @@
"error",
{
"type": "element",
"prefix": "angular-challenges",
"prefix": "lib",
"style": "kebab-case"
}
]

View File

@@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"sourceRoot": "libs/ngrx-notification/model/src",
"prefix": "angular-challenges",
"prefix": "lib",
"targets": {
"test": {
"executor": "@nx/jest:jest",