Skip to content

Commit bed3abb

Browse files
committed
chore(graph): pre-build/newrelease
1 parent b0dd826 commit bed3abb

File tree

8 files changed

+1349
-0
lines changed

8 files changed

+1349
-0
lines changed

dist/architecture/dot/all.dot

Lines changed: 690 additions & 0 deletions
Large diffs are not rendered by default.

dist/architecture/dot/legend.dot

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
digraph dependencies {
2+
node[shape="component",style="filled",colorscheme=paired12]
3+
4+
5+
node[shape="component"]
6+
"legend.module"[label="Modules", color=1]
7+
node[shape="ellipse"]
8+
"legend.provider" [label="Providers", color=2]
9+
"legend.controllers"[label="Controllers", color=4]
10+
"legend.services" [label="Services", color=5]
11+
"legend.factories" [label="Factories", color=6]
12+
"legend.injected" [label="Injected Services", color=9]
13+
node[shape="cds"]
14+
"legend.filters" [label="Filters", color=7]
15+
"legend.directives" [label="Directives", color=3]
16+
17+
18+
}

dist/architecture/dot/modules.dot

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
digraph dependencies {
2+
node[shape="ellipse",style="filled",colorscheme=paired12]
3+
4+
5+
"leaflet-directive"[label="leaflet-directive", color=1]
6+
7+
8+
node[shape="ellipse",style="filled",color=2]
9+
10+
11+
"nemLogging" -> "leaflet-directive"
12+
13+
14+
}

0 commit comments

Comments
 (0)