-
-
Notifications
You must be signed in to change notification settings - Fork 130
/
angular.json
43 lines (43 loc) · 1.32 KB
/
angular.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 2,
"projects": {
"admin": "libs/admin",
"animations": "libs/animations",
"api": "apps/api",
"app-confirm": "libs/app-confirm",
"auth": "libs/auth",
"backend": "apps/backend",
"breadcrumbs": "libs/breadcrumbs",
"chat-box": "libs/chat-box",
"clap": "libs/clap",
"context-menu": "libs/context-menu",
"core": "libs/core",
"dashboard": "libs/dashboard",
"draggable": "libs/draggable",
"experiments": "libs/experiments",
"grid": "libs/grid",
"home": "libs/home",
"image-comparison": "libs/image-comparison",
"json-diff": "libs/json-diff",
"led": "libs/led",
"loading-overlay": "libs/loading-overlay",
"models": "libs/models",
"navigator": "libs/navigator",
"ngx-utils": "libs/ngx-utils",
"not-found": "libs/not-found",
"notifications": "libs/notifications",
"quickpanel": "libs/quickpanel",
"scroll-to-top": "libs/scroll-to-top",
"scrollbar": "libs/scrollbar",
"shared": "libs/shared",
"sidenav": "libs/sidenav",
"socketio-plugin": "libs/socketio-plugin",
"svg-viewer": "libs/svg-viewer",
"theme-picker": "libs/theme-picker",
"toolbar": "libs/toolbar",
"tree": "libs/tree",
"utils": "libs/utils",
"webapp": "apps/webapp"
}
}