forked from buildlyio/buildly-angular-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
28 lines (28 loc) · 1014 Bytes
/
config.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
{
"appEntryPoint": "/user",
"appTitle": "tola app",
"modules": [
{
"url": "https://github.com/TolaData/products_client_angular.git",
"name": "products",
"config": {
"entryPointComponent": "",
"routingModuleOptions": {
"path": "projects/midgard-angular/src/lib/midgard-routing.module.ts",
"parentComponent": "MidgardComponent",
"childrenArrayIndex": "0"
},
"parentExitPointComponent": {
"path": "projects/midgard-angular/src/lib/components/nav-bar/nav-bar.component.html",
"options": {
"icon": "local_offer",
"label": "Products",
"route": "products"
},
"elementId": "navbar",
"componentSelector": "mg-navbar-elem"
}
}
}
]
}