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

@@ -0,0 +1,11 @@
{
"extends": "./tsconfig.json",
"include": [
"src/**/*.ts",
"../../libs/decoupling/brain/src/lib/button-disabled.directive.ts",
"../../libs/decoupling/helmet/src/lib/btn-style.directive.ts"
],
"compilerOptions": {
"types": []
}
}