feat(challenge33): add new challenge about decoupling

This commit is contained in:
thomas
2023-09-01 15:37:32 +02:00
parent e434137a1a
commit 5f84762e41
55 changed files with 1030 additions and 4 deletions

View File

@@ -17,6 +17,15 @@
"paths": {
"@angular-challenges/cli": ["libs/cli/src/index.ts"],
"@angular-challenges/custom-plugin": ["libs/custom-plugin/src/index.ts"],
"@angular-challenges/decoupling/brain": [
"libs/decoupling/brain/src/index.ts"
],
"@angular-challenges/decoupling/core": [
"libs/decoupling/core/src/index.ts"
],
"@angular-challenges/decoupling/helmet": [
"libs/decoupling/helmet/src/index.ts"
],
"@angular-challenges/fake-utils": ["libs/fake-utils/src/index.ts"],
"@angular-challenges/module-to-standalone/admin/feature": [
"libs/module-to-standalone/admin/feature/src/index.ts"