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

@@ -16,6 +16,39 @@
"baseUrl": ".",
"paths": {
"@angular-challenges/cli": ["libs/cli/src/index.ts"],
"@angular-challenges/module-to-standalone/admin/feature": [
"libs/module-to-standalone/admin/feature/src/index.ts"
],
"@angular-challenges/module-to-standalone/admin/shared": [
"libs/module-to-standalone/admin/shared/src/index.ts"
],
"@angular-challenges/module-to-standalone/core/providers": [
"libs/module-to-standalone/core/providers/src/index.ts"
],
"@angular-challenges/module-to-standalone/core/service": [
"libs/module-to-standalone/core/service/src/index.ts"
],
"@angular-challenges/module-to-standalone/forbidden": [
"libs/module-to-standalone/forbidden/src/index.ts"
],
"@angular-challenges/module-to-standalone/home": [
"libs/module-to-standalone/home/src/index.ts"
],
"@angular-challenges/module-to-standalone/shell": [
"libs/module-to-standalone/shell/src/index.ts"
],
"@angular-challenges/module-to-standalone/user/contact": [
"libs/module-to-standalone/user/contact/src/index.ts"
],
"@angular-challenges/module-to-standalone/user/feature": [
"libs/module-to-standalone/user/feature/src/index.ts"
],
"@angular-challenges/module-to-standalone/user/home": [
"libs/module-to-standalone/user/home/src/index.ts"
],
"@angular-challenges/module-to-standalone/user/shell": [
"libs/module-to-standalone/user/shell/src/index.ts"
],
"@angular-challenges/ngrx-notification/backend": [
"libs/ngrx-notification/backend/src/index.ts"
],