-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathangular.json
More file actions
28 lines (28 loc) · 1.46 KB
/
angular.json
File metadata and controls
28 lines (28 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": 2,
"projects": {
"api": "apps/api",
"client": "apps/client",
"client-core-feature": "libs/client/core/feature",
"client-e2e": "apps/client-e2e",
"client-feature-account-feature": "libs/client/feature-account/feature",
"client-feature-auth-data-access": "libs/client/feature-auth/data-access",
"client-feature-auth-feature": "libs/client/feature-auth/feature",
"client-feature-auth-shared-utils": "libs/client/feature-auth/shared/utils",
"client-feature-dashboard-data-access": "libs/client/feature-dashboard/data-access",
"client-feature-dashboard-feature": "libs/client/feature-dashboard/feature",
"client-feature-home-data-access": "libs/client/feature-home/data-access",
"client-feature-home-feature": "libs/client/feature-home/feature",
"client-feature-home-shared-data-access": "libs/client/feature-home/shared/data-access",
"client-feature-home-shared-ui": "libs/client/feature-home/shared/ui",
"client-feature-home-shared-utils": "libs/client/feature-home/shared/utils",
"client-feature-home-utils": "libs/client/feature-home/utils",
"client-feature-inventory-data-access": "libs/client/feature-inventory/data-access",
"client-feature-inventory-feature": "libs/client/feature-inventory/feature",
"client-shared": "libs/client/shared",
"shared-api": "libs/shared/api",
"shared-i18n": "libs/shared/i18n",
"shared-ui": "libs/shared/ui",
"shared-utils": "libs/shared/utils"
}
}