12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
- "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <!-- Generated by graphviz version 2.47.0 (20210316.0004)
- -->
- <!-- Title: dependencies Pages: 1 -->
- <svg width="504pt" height="284pt"
- viewBox="0.00 0.00 504.00 284.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 280)">
- <title>dependencies</title>
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-280 500,-280 500,4 -4,4"/>
- <text text-anchor="start" x="227.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
- <polygon fill="#ffffb3" stroke="transparent" points="14,-10 14,-30 34,-30 34,-10 14,-10"/>
- <text text-anchor="start" x="37.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
- <polygon fill="#8dd3c7" stroke="transparent" points="127,-10 127,-30 147,-30 147,-10 127,-10"/>
- <text text-anchor="start" x="150.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
- <polygon fill="#80b1d3" stroke="transparent" points="213,-10 213,-30 233,-30 233,-10 213,-10"/>
- <text text-anchor="start" x="236.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
- <polygon fill="#fdb462" stroke="transparent" points="310,-10 310,-30 330,-30 330,-10 310,-10"/>
- <text text-anchor="start" x="333.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
- <polygon fill="#fb8072" stroke="transparent" points="406,-10 406,-30 426,-30 426,-10 406,-10"/>
- <text text-anchor="start" x="429.73" y="-15.4" font-family="Times-12" font-size="14.00">  Exports</text>
- <g id="clust1" class="cluster">
- <title>cluster_AppModule</title>
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="103,-70 103,-268 393,-268 393,-70 103,-70"/>
- </g>
- <g id="clust2" class="cluster">
- <title>cluster_AppModule_declarations</title>
- <polygon fill="none" stroke="black" points="263,-78 263,-130 385,-130 385,-78 263,-78"/>
- </g>
- <g id="clust4" class="cluster">
- <title>cluster_AppModule_imports</title>
- <polygon fill="none" stroke="black" points="111,-78 111,-130 255,-130 255,-78 111,-78"/>
- </g>
- <g id="clust6" class="cluster">
- <title>cluster_AppModule_bootstrap</title>
- <polygon fill="none" stroke="black" points="191,-208 191,-260 315,-260 315,-208 191,-208"/>
- </g>
- <!-- AppComponent -->
- <g id="node1" class="node">
- <title>AppComponent</title>
- <polygon fill="#ffffb3" stroke="black" points="376.94,-122 271.06,-122 271.06,-86 376.94,-86 376.94,-122"/>
- <text text-anchor="middle" x="324" y="-99.8" font-family="Times,serif" font-size="14.00">AppComponent</text>
- </g>
- <!-- AppModule -->
- <g id="node2" class="node">
- <title>AppModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="294.66,-187 291.66,-191 270.66,-191 267.66,-187 211.34,-187 211.34,-151 294.66,-151 294.66,-187"/>
- <text text-anchor="middle" x="253" y="-164.8" font-family="Times,serif" font-size="14.00">AppModule</text>
- </g>
- <!-- AppComponent->AppModule -->
- <g id="edge1" class="edge">
- <title>AppComponent->AppModule</title>
- <path fill="none" stroke="black" d="M283.05,-122.11C283.05,-122.11 283.05,-140.99 283.05,-140.99"/>
- <polygon fill="black" stroke="black" points="279.55,-140.99 283.05,-150.99 286.55,-140.99 279.55,-140.99"/>
- </g>
- <!-- AppComponent -->
- <g id="node4" class="node">
- <title>AppComponent </title>
- <polygon fill="#80b1d3" stroke="black" points="307.44,-252 198.56,-252 198.56,-216 307.44,-216 307.44,-252"/>
- <text text-anchor="middle" x="253" y="-229.8" font-family="Times,serif" font-size="14.00">AppComponent </text>
- </g>
- <!-- AppModule->AppComponent -->
- <g id="edge3" class="edge">
- <title>AppModule->AppComponent </title>
- <path fill="none" stroke="black" stroke-dasharray="1,5" d="M253,-187.11C253,-187.11 253,-205.99 253,-205.99"/>
- <polygon fill="black" stroke="black" points="249.5,-205.99 253,-215.99 256.5,-205.99 249.5,-205.99"/>
- </g>
- <!-- AppRoutingModule -->
- <g id="node3" class="node">
- <title>AppRoutingModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="247.27,-122 244.27,-126 223.27,-126 220.27,-122 118.73,-122 118.73,-86 247.27,-86 247.27,-122"/>
- <text text-anchor="middle" x="183" y="-99.8" font-family="Times,serif" font-size="14.00">AppRoutingModule</text>
- </g>
- <!-- AppRoutingModule->AppModule -->
- <g id="edge2" class="edge">
- <title>AppRoutingModule->AppModule</title>
- <path fill="none" stroke="black" d="M229.28,-122.11C229.28,-122.11 229.28,-140.99 229.28,-140.99"/>
- <polygon fill="black" stroke="black" points="225.78,-140.99 229.28,-150.99 232.78,-140.99 225.78,-140.99"/>
- </g>
- </g>
- </svg>
|