Update Compodoc

This commit is contained in:
Kevin Pauer
2022-05-10 13:03:10 +02:00
parent 5d266dfdaf
commit bed97bb3d6
62 changed files with 17159 additions and 11459 deletions

View File

@@ -8,222 +8,387 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/dark.css">
<link rel="stylesheet" href="../styles/style.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top visible-xs">
<a href="../" class="navbar-brand">aktienbot documentation</a>
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
<button type="button" class="btn btn-default btn-menu fa fa-bars" id="btn-menu"></button>
</div>
<div class="xs-menu menu" id="mobile-menu">
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search">
</div>
<nav>
<ul class="list">
<li class="title">
<a href="../">aktienbot documentation</a>
</li>
<li class="divider"></li>
<li class="chapter">
<a data-type="chapter-link" href="../"><span class="fa fa-home"></span>Getting started</a>
<ul class="links">
<li class="link">
<a href="../" ><span class="fa fa-file-text-o"></span>README</a>
</li>
<li class="link">
<a
href="../overview.html"
href="../overview.html"
>
<span class="fa fa-th"></span>Overview
</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="./modules.html" >
<span class="fa fa-archive"></span>
<span>Modules</span>
<span class="menu-toggler fa fa-angle-up" data-toggle="collapse"
data-target="#xs-modules-links"
></span>
</a>
<ul class="links collapse in"
id="xs-modules-links"
>
<li class="link">
<a href="../modules/AppModule.html" class="active" >AppModule</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple">
<span class="fa fa-cogs"></span>
<span>Components</span>
<span class="menu-toggler fa fa-angle-up" data-toggle="collapse"
data-target="#xs-components-links"
></span>
</div>
<ul class="links collapse in"
id="xs-components-links"
>
<li class="link">
<a href="../components/AppComponent.html" >AppComponent</a>
</li>
<li class="link">
<a href="../components/BotSettingsComponent.html" >BotSettingsComponent</a>
</li>
<li class="link">
<a href="../components/ConfirmationDialogComponent.html" >ConfirmationDialogComponent</a>
</li>
<li class="link">
<a href="../components/DashboardComponent.html" >DashboardComponent</a>
</li>
<li class="link">
<a href="../components/HeaderComponent.html" >HeaderComponent</a>
</li>
<li class="link">
<a href="../components/HelpDialogComponent.html" >HelpDialogComponent</a>
</li>
<li class="link">
<a href="../components/LoginComponent.html" >LoginComponent</a>
</li>
<li class="link">
<a href="../components/ProfileComponent.html" >ProfileComponent</a>
</li>
<li class="link">
<a href="../components/RegisterComponent.html" >RegisterComponent</a>
</li>
<li class="link">
<a href="../components/UserDialogComponent.html" >UserDialogComponent</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple">
<span class="fa fa-long-arrow-down"></span>
<span>Injectables</span>
<span class="menu-toggler fa fa-angle-up" data-toggle="collapse"
data-target="#xs-injectables-links"
></span>
</div>
<ul class="links collapse in"
id="xs-injectables-links"
>
<li class="link">
<a href="../injectables/AuthInterceptor.html" >AuthInterceptor</a>
</li>
<li class="link">
<a href="../injectables/AuthService.html" >AuthService</a>
</li>
<li class="link">
<a href="../injectables/BotService.html" >BotService</a>
</li>
<li class="link">
<a href="../injectables/DataService.html" >DataService</a>
</li>
<li class="link">
<a href="../injectables/HelperService.html" >HelperService</a>
</li>
<li class="link">
<a href="../injectables/ProfileService.html" >ProfileService</a>
</li>
<li class="link">
<a href="../injectables/TokenStorageService.html" >TokenStorageService</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple">
<span class="fa fa-info"></span>
<span>Interfaces</span>
<span class="menu-toggler fa fa-angle-up" data-toggle="collapse"
data-target="#xs-interfaces-links"
></span>
</div>
<ul class="links collapse in"
id="xs-interfaces-links"
>
<li class="link">
<a href="../interfaces/Keyword.html" >Keyword</a>
</li>
<li class="link">
<a href="../interfaces/Share.html" >Share</a>
</li>
<li class="link">
<a href="../interfaces/Stock.html" >Stock</a>
</li>
<li class="link">
<a href="../interfaces/TransactionData.html" >TransactionData</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../miscellaneous.html" ><span class="fa fa-cubes"></span>Miscellaneous</a>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../coverage.html" ><span class="fa fa-tasks"></span>Documentation coverage</a>
</li>
<li class="divider"></li>
<li class="copyright">
Documentation generated using <a href="https://compodoc.github.io/compodoc/" target="_blank">
<img src="..//images/compodoc-vectorise.svg" class="img-responsive">
</a>
</li>
</ul>
</nav>
</div>
<div class="container-fluid main">
<div class="row main">
<div class="hidden-xs menu">
<compodoc-menu mode="normal"></compodoc-menu>
<nav>
<ul class="list">
<li class="title">
<a href="../">aktienbot documentation</a>
</li>
<li class="divider"></li>
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search">
</div>
<li class="chapter">
<a data-type="chapter-link" href="../"><span class="fa fa-home"></span>Getting started</a>
<ul class="links">
<li class="link">
<a href="../" ><span class="fa fa-file-text-o"></span>README</a>
</li>
<li class="link">
<a
href="../overview.html"
href="../overview.html"
>
<span class="fa fa-th"></span>Overview
</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="./modules.html" >
<span class="fa fa-archive"></span>
<span>Modules</span>
<span class="menu-toggler fa fa-angle-up" data-toggle="collapse"
data-target="#modules-links"
></span>
</a>
<ul class="links collapse in"
id="modules-links"
>
<li class="link">
<a href="../modules/AppModule.html" class="active" >AppModule</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple">
<span class="fa fa-cogs"></span>
<span>Components</span>
<span class="menu-toggler fa fa-angle-up" data-toggle="collapse"
data-target="#components-links"
></span>
</div>
<ul class="links collapse in"
id="components-links"
>
<li class="link">
<a href="../components/AppComponent.html" >AppComponent</a>
</li>
<li class="link">
<a href="../components/BotSettingsComponent.html" >BotSettingsComponent</a>
</li>
<li class="link">
<a href="../components/ConfirmationDialogComponent.html" >ConfirmationDialogComponent</a>
</li>
<li class="link">
<a href="../components/DashboardComponent.html" >DashboardComponent</a>
</li>
<li class="link">
<a href="../components/HeaderComponent.html" >HeaderComponent</a>
</li>
<li class="link">
<a href="../components/HelpDialogComponent.html" >HelpDialogComponent</a>
</li>
<li class="link">
<a href="../components/LoginComponent.html" >LoginComponent</a>
</li>
<li class="link">
<a href="../components/ProfileComponent.html" >ProfileComponent</a>
</li>
<li class="link">
<a href="../components/RegisterComponent.html" >RegisterComponent</a>
</li>
<li class="link">
<a href="../components/UserDialogComponent.html" >UserDialogComponent</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple">
<span class="fa fa-long-arrow-down"></span>
<span>Injectables</span>
<span class="menu-toggler fa fa-angle-up" data-toggle="collapse"
data-target="#injectables-links"
></span>
</div>
<ul class="links collapse in"
id="injectables-links"
>
<li class="link">
<a href="../injectables/AuthInterceptor.html" >AuthInterceptor</a>
</li>
<li class="link">
<a href="../injectables/AuthService.html" >AuthService</a>
</li>
<li class="link">
<a href="../injectables/BotService.html" >BotService</a>
</li>
<li class="link">
<a href="../injectables/DataService.html" >DataService</a>
</li>
<li class="link">
<a href="../injectables/HelperService.html" >HelperService</a>
</li>
<li class="link">
<a href="../injectables/ProfileService.html" >ProfileService</a>
</li>
<li class="link">
<a href="../injectables/TokenStorageService.html" >TokenStorageService</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple">
<span class="fa fa-info"></span>
<span>Interfaces</span>
<span class="menu-toggler fa fa-angle-up" data-toggle="collapse"
data-target="#interfaces-links"
></span>
</div>
<ul class="links collapse in"
id="interfaces-links"
>
<li class="link">
<a href="../interfaces/Keyword.html" >Keyword</a>
</li>
<li class="link">
<a href="../interfaces/Share.html" >Share</a>
</li>
<li class="link">
<a href="../interfaces/Stock.html" >Stock</a>
</li>
<li class="link">
<a href="../interfaces/TransactionData.html" >TransactionData</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../miscellaneous.html" ><span class="fa fa-cubes"></span>Miscellaneous</a>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../coverage.html" ><span class="fa fa-tasks"></span>Documentation coverage</a>
</li>
<li class="divider"></li>
<li class="copyright">
Documentation generated using <a href="https://compodoc.github.io/compodoc/" target="_blank">
<img src="..//images/compodoc-vectorise.svg" class="img-responsive">
</a>
</li>
</ul>
</nav>
</div>
<!-- START CONTENT -->
<div class="content module">
<div class="content-data">
<ol class="breadcrumb">
<li>Modules</li>
<li >AppModule</li>
<li>Modules</li>
<li>AppModule</li>
</ol>
<div class="text-center module-graph-container">
<div id="module-graph-svg">
<?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.3 (20210619.1520)
-->
<!-- Title: dependencies Pages: 1 -->
<svg width="1736pt" height="247pt"
viewBox="0.00 0.00 1736.00 246.80" 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 242.8)">
<title>dependencies</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-242.8 1732,-242.8 1732,4 -4,4"/>
<text text-anchor="middle" x="864" y="-8.2" font-family="sans-serif" font-size="14.00">dependencies</text>
<g id="clust1" class="cluster">
<title>cluster_AppModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-32.8 8,-230.8 1720,-230.8 1720,-32.8 8,-32.8"/>
</g>
<g id="clust13" class="cluster">
<title>cluster_AppModule_imports</title>
<polygon fill="none" stroke="black" points="1568,-40.8 1568,-92.8 1712,-92.8 1712,-40.8 1568,-40.8"/>
</g>
<g id="clust15" class="cluster">
<title>cluster_AppModule_bootstrap</title>
<polygon fill="none" stroke="black" points="768,-170.8 768,-222.8 892,-222.8 892,-170.8 768,-170.8"/>
</g>
<g id="clust2" class="cluster">
<title>cluster_AppModule_declarations</title>
<polygon fill="none" stroke="black" points="16,-40.8 16,-92.8 1560,-92.8 1560,-40.8 16,-40.8"/>
</g>
<!-- AppComponent -->
<g id="node1" class="node">
<title>AppComponent</title>
<polygon fill="#ffffb3" stroke="black" points="1551.94,-84.8 1446.06,-84.8 1446.06,-48.8 1551.94,-48.8 1551.94,-84.8"/>
<text text-anchor="middle" x="1499" y="-62.6" font-family="Times,serif" font-size="14.00">AppComponent</text>
</g>
<!-- AppModule -->
<g id="node11" class="node">
<title>AppModule</title>
<polygon fill="#8dd3c7" stroke="black" points="871.66,-149.8 868.66,-153.8 847.66,-153.8 844.66,-149.8 788.34,-149.8 788.34,-113.8 871.66,-113.8 871.66,-149.8"/>
<text text-anchor="middle" x="830" y="-127.6" font-family="Times,serif" font-size="14.00">AppModule</text>
</g>
<!-- AppComponent&#45;&gt;AppModule -->
<g id="edge1" class="edge">
<title>AppComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1499,-85.08C1499,-106.12 1499,-137.8 1499,-137.8 1499,-137.8 881.85,-137.8 881.85,-137.8"/>
<polygon fill="black" stroke="black" points="881.85,-134.3 871.85,-137.8 881.85,-141.3 881.85,-134.3"/>
</g>
<!-- BotSettingsComponent -->
<g id="node2" class="node">
<title>BotSettingsComponent</title>
<polygon fill="#ffffb3" stroke="black" points="1428.17,-84.8 1281.83,-84.8 1281.83,-48.8 1428.17,-48.8 1428.17,-84.8"/>
<text text-anchor="middle" x="1355" y="-62.6" font-family="Times,serif" font-size="14.00">BotSettingsComponent</text>
</g>
<!-- BotSettingsComponent&#45;&gt;AppModule -->
<g id="edge2" class="edge">
<title>BotSettingsComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1355,-84.91C1355,-104.14 1355,-131.8 1355,-131.8 1355,-131.8 882.08,-131.8 882.08,-131.8"/>
<polygon fill="black" stroke="black" points="882.08,-128.3 872.08,-131.8 882.08,-135.3 882.08,-128.3"/>
</g>
<!-- ConfirmationDialogComponent -->
<g id="node3" class="node">
<title>ConfirmationDialogComponent</title>
<polygon fill="#ffffb3" stroke="black" points="1263.37,-84.8 1068.63,-84.8 1068.63,-48.8 1263.37,-48.8 1263.37,-84.8"/>
<text text-anchor="middle" x="1166" y="-62.6" font-family="Times,serif" font-size="14.00">ConfirmationDialogComponent</text>
</g>
<!-- ConfirmationDialogComponent&#45;&gt;AppModule -->
<g id="edge3" class="edge">
<title>ConfirmationDialogComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1166,-84.82C1166,-102.17 1166,-125.8 1166,-125.8 1166,-125.8 881.88,-125.8 881.88,-125.8"/>
<polygon fill="black" stroke="black" points="881.88,-122.3 871.88,-125.8 881.88,-129.3 881.88,-122.3"/>
</g>
<!-- DashboardComponent -->
<g id="node4" class="node">
<title>DashboardComponent</title>
<polygon fill="#ffffb3" stroke="black" points="1050.97,-84.8 909.03,-84.8 909.03,-48.8 1050.97,-48.8 1050.97,-84.8"/>
<text text-anchor="middle" x="980" y="-62.6" font-family="Times,serif" font-size="14.00">DashboardComponent</text>
</g>
<!-- DashboardComponent&#45;&gt;AppModule -->
<g id="edge4" class="edge">
<title>DashboardComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M980,-85.04C980,-100.37 980,-119.8 980,-119.8 980,-119.8 881.78,-119.8 881.78,-119.8"/>
<polygon fill="black" stroke="black" points="881.78,-116.3 871.78,-119.8 881.78,-123.3 881.78,-116.3"/>
</g>
<!-- HeaderComponent -->
<g id="node5" class="node">
<title>HeaderComponent</title>
<polygon fill="#ffffb3" stroke="black" points="890.74,-84.8 769.26,-84.8 769.26,-48.8 890.74,-48.8 890.74,-84.8"/>
<text text-anchor="middle" x="830" y="-62.6" font-family="Times,serif" font-size="14.00">HeaderComponent</text>
</g>
<!-- HeaderComponent&#45;&gt;AppModule -->
<g id="edge5" class="edge">
<title>HeaderComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M830,-84.91C830,-84.91 830,-103.79 830,-103.79"/>
<polygon fill="black" stroke="black" points="826.5,-103.79 830,-113.79 833.5,-103.79 826.5,-103.79"/>
</g>
<!-- HelpDialogComponent -->
<g id="node6" class="node">
<title>HelpDialogComponent</title>
<polygon fill="#ffffb3" stroke="black" points="751.15,-84.8 604.85,-84.8 604.85,-48.8 751.15,-48.8 751.15,-84.8"/>
<text text-anchor="middle" x="678" y="-62.6" font-family="Times,serif" font-size="14.00">HelpDialogComponent</text>
</g>
<!-- HelpDialogComponent&#45;&gt;AppModule -->
<g id="edge6" class="edge">
<title>HelpDialogComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M678,-85.04C678,-100.37 678,-119.8 678,-119.8 678,-119.8 778.06,-119.8 778.06,-119.8"/>
<polygon fill="black" stroke="black" points="778.06,-123.3 788.06,-119.8 778.06,-116.3 778.06,-123.3"/>
</g>
<!-- LoginComponent -->
<g id="node7" class="node">
<title>LoginComponent</title>
<polygon fill="#ffffb3" stroke="black" points="586.28,-84.8 471.72,-84.8 471.72,-48.8 586.28,-48.8 586.28,-84.8"/>
<text text-anchor="middle" x="529" y="-62.6" font-family="Times,serif" font-size="14.00">LoginComponent</text>
</g>
<!-- LoginComponent&#45;&gt;AppModule -->
<g id="edge7" class="edge">
<title>LoginComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M529,-84.82C529,-102.17 529,-125.8 529,-125.8 529,-125.8 778.15,-125.8 778.15,-125.8"/>
<polygon fill="black" stroke="black" points="778.15,-129.3 788.15,-125.8 778.15,-122.3 778.15,-129.3"/>
</g>
<!-- ProfileComponent -->
<g id="node8" class="node">
<title>ProfileComponent</title>
<polygon fill="#ffffb3" stroke="black" points="453.93,-84.8 334.07,-84.8 334.07,-48.8 453.93,-48.8 453.93,-84.8"/>
<text text-anchor="middle" x="394" y="-62.6" font-family="Times,serif" font-size="14.00">ProfileComponent</text>
</g>
<!-- ProfileComponent&#45;&gt;AppModule -->
<g id="edge8" class="edge">
<title>ProfileComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M394,-84.91C394,-104.14 394,-131.8 394,-131.8 394,-131.8 778.19,-131.8 778.19,-131.8"/>
<polygon fill="black" stroke="black" points="778.19,-135.3 788.19,-131.8 778.19,-128.3 778.19,-135.3"/>
</g>
<!-- RegisterComponent -->
<g id="node9" class="node">
<title>RegisterComponent</title>
<polygon fill="#ffffb3" stroke="black" points="315.98,-84.8 188.02,-84.8 188.02,-48.8 315.98,-48.8 315.98,-84.8"/>
<text text-anchor="middle" x="252" y="-62.6" font-family="Times,serif" font-size="14.00">RegisterComponent</text>
</g>
<!-- RegisterComponent&#45;&gt;AppModule -->
<g id="edge9" class="edge">
<title>RegisterComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M252,-85.08C252,-106.12 252,-137.8 252,-137.8 252,-137.8 777.97,-137.8 777.97,-137.8"/>
<polygon fill="black" stroke="black" points="777.97,-141.3 787.97,-137.8 777.97,-134.3 777.97,-141.3"/>
</g>
<!-- UserDialogComponent -->
<g id="node10" class="node">
<title>UserDialogComponent</title>
<polygon fill="#ffffb3" stroke="black" points="169.86,-84.8 24.14,-84.8 24.14,-48.8 169.86,-48.8 169.86,-84.8"/>
<text text-anchor="middle" x="97" y="-62.6" font-family="Times,serif" font-size="14.00">UserDialogComponent</text>
</g>
<!-- UserDialogComponent&#45;&gt;AppModule -->
<g id="edge10" class="edge">
<title>UserDialogComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M97,-85.05C97,-107.82 97,-143.8 97,-143.8 97,-143.8 778.22,-143.8 778.22,-143.8"/>
<polygon fill="black" stroke="black" points="778.22,-147.3 788.22,-143.8 778.22,-140.3 778.22,-147.3"/>
</g>
<!-- AppComponent -->
<g id="node13" class="node">
<title>AppComponent </title>
<polygon fill="#80b1d3" stroke="black" points="884.44,-214.8 775.56,-214.8 775.56,-178.8 884.44,-178.8 884.44,-214.8"/>
<text text-anchor="middle" x="830" y="-192.6" font-family="Times,serif" font-size="14.00">AppComponent </text>
</g>
<!-- AppModule&#45;&gt;AppComponent -->
<g id="edge12" class="edge">
<title>AppModule&#45;&gt;AppComponent </title>
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M830,-149.91C830,-149.91 830,-168.79 830,-168.79"/>
<polygon fill="black" stroke="black" points="826.5,-168.79 830,-178.79 833.5,-168.79 826.5,-168.79"/>
</g>
<!-- AppRoutingModule -->
<g id="node12" class="node">
<title>AppRoutingModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1704.27,-84.8 1701.27,-88.8 1680.27,-88.8 1677.27,-84.8 1575.73,-84.8 1575.73,-48.8 1704.27,-48.8 1704.27,-84.8"/>
<text text-anchor="middle" x="1640" y="-62.6" font-family="Times,serif" font-size="14.00">AppRoutingModule</text>
</g>
<!-- AppRoutingModule&#45;&gt;AppModule -->
<g id="edge11" class="edge">
<title>AppRoutingModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1640,-85.05C1640,-107.82 1640,-143.8 1640,-143.8 1640,-143.8 881.84,-143.8 881.84,-143.8"/>
<polygon fill="black" stroke="black" points="881.84,-140.3 871.84,-143.8 881.84,-147.3 881.84,-140.3"/>
</g>
</g>
</svg>
</div>
<i id="fullscreen" class="icon ion-ios-resize module-graph-fullscreen-btn" aria-hidden="true"></i>
<div class="btn-group size-buttons">
<div class="text-center">
<object id="demo-svg" type="image/svg+xml" data="../modules/AppModule/dependencies.svg" style="width: 100%; height: 250px;">
Your browser does not support SVG
</object>
<div class="btn-group">
<button id="zoom-in" class="btn btn-default btn-sm">Zoom in</button>
<button id="reset" class="btn btn-default btn-sm">Reset</button>
<button id="zoom-out" class="btn btn-default btn-sm">Zoom out</button>
@@ -233,17 +398,16 @@
<script src="../js/svg-pan-zoom.controls.js"></script>
<ul class="nav nav-tabs" role="tablist">
<li class="active" >
<a href="#info" role="tab" id="info-tab" data-toggle="tab" data-link="info">Info</a>
<li class="active">
<a href="#infos" id="infos-tab" role="tab" data-toggle="tab">Infos</a>
</li>
<li >
<a href="#source" role="tab" id="source-tab" data-toggle="tab" data-link="source">Source</a>
<li>
<a href="#source" role="tab" id="source-tab" data-toggle="tab">Source</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade active in" id="c-info">
<div class="tab-pane fade active in" id="infos">
<p class="comment">
<h3>File</h3>
</p>
@@ -252,74 +416,56 @@
</p>
<div class="container-fluid module">
<div class="row">
<div class="col-sm-3">
<h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank"
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
<h3>Declarations<a href="https://angular.io/docs/ts/latest/api/core/index/NgModule-interface.html#!#declarations-anchor" target="_blank"><span class="fa fa-info-circle"></span></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../components/AppComponent.html">AppComponent</a>
</li>
<li class="list-group-item">
<a href="../components/BotSettingsComponent.html">BotSettingsComponent</a>
</li>
<li class="list-group-item">
<a href="../components/ConfirmationDialogComponent.html">ConfirmationDialogComponent</a>
</li>
<li class="list-group-item">
<a href="../components/DashboardComponent.html">DashboardComponent</a>
</li>
<li class="list-group-item">
<a href="../components/HeaderComponent.html">HeaderComponent</a>
</li>
<li class="list-group-item">
<a href="../components/HelpDialogComponent.html">HelpDialogComponent</a>
</li>
<li class="list-group-item">
<a href="../components/LoginComponent.html">LoginComponent</a>
</li>
<li class="list-group-item">
<a href="../components/ProfileComponent.html">ProfileComponent</a>
</li>
<li class="list-group-item">
<a href="../components/RegisterComponent.html">RegisterComponent</a>
</li>
<li class="list-group-item">
<a href="../components/UserDialogComponent.html">UserDialogComponent</a>
</li>
<li class="list-group-item">
<a href="../components/AppComponent.html">AppComponent</a>
</li>
<li class="list-group-item">
<a href="../components/LoginComponent.html">LoginComponent</a>
</li>
<li class="list-group-item">
<a href="../components/HeaderComponent.html">HeaderComponent</a>
</li>
<li class="list-group-item">
<a href="../components/DashboardComponent.html">DashboardComponent</a>
</li>
<li class="list-group-item">
<a href="../components/RegisterComponent.html">RegisterComponent</a>
</li>
<li class="list-group-item">
<a href="../components/ProfileComponent.html">ProfileComponent</a>
</li>
<li class="list-group-item">
<a href="../components/BotSettingsComponent.html">BotSettingsComponent</a>
</li>
<li class="list-group-item">
<a href="../components/UserDialogComponent.html">UserDialogComponent</a>
</li>
<li class="list-group-item">
<a href="../components/ConfirmationDialogComponent.html">ConfirmationDialogComponent</a>
</li>
<li class="list-group-item">
<a href="../components/HelpDialogComponent.html">HelpDialogComponent</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" title="Official documentation about module imports"><span
class="icon ion-ios-information-circle-outline"></a></h3>
<h3>Bootstrap<a href="https://angular.io/docs/ts/latest/api/core/index/NgModule-interface.html#!#bootstrap-anchor" target="_blank"><span class="fa fa-info-circle"></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../modules/AppRoutingModule.html">AppRoutingModule</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h3>Bootstrap<a href="https://angular.io/api/core/NgModule#bootstrap" target="_blank"
title="Official documentation about module bootstrap"><span class="icon ion-ios-information-circle-outline"></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../components/AppComponent.html">AppComponent</a>
</li>
<li class="list-group-item">
<a href="../components/AppComponent.html" >AppComponent</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="tab-pane fade tab-source-code" id="c-source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { NgModule } from &#x27;@angular/core&#x27;;
<div class="tab-pane fade tab-source-code" id="source">
<pre><code class="hljs javascript">import { NgModule } from &#x27;@angular/core&#x27;;
import { BrowserModule } from &#x27;@angular/platform-browser&#x27;;
import { FormsModule, ReactiveFormsModule } from &#x27;@angular/forms&#x27;;
import { HttpClientModule } from &#x27;@angular/common/http&#x27;;
@@ -399,13 +545,6 @@ export class AppModule {}
</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -416,32 +555,9 @@ export class AppModule {}
</div>
</div>
</div>
<!-- END CONTENT -->
</div>
</div>
<label class="dark-mode-switch">
<input type="checkbox">
<span class="slider">
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
</svg>
</span>
</label>
<script>
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
var COMPODOC_CURRENT_PAGE_URL = 'AppModule.html';
var MAX_SEARCH_RESULTS = 15;
</script>
<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>
<script src="../js/menu-wc.js" defer></script>
<script nomodule src="../js/menu-wc_es5.js" defer></script>
<script src="../js/libs/bootstrap-native.js"></script>
<script src="../js/libs/es6-shim.min.js"></script>
@@ -451,17 +567,20 @@ export class AppModule {}
<script src="../js/compodoc.js"></script>
<script src="../js/tabs.js"></script>
<script src="../js/menu.js"></script>
<script src="../js/libs/clipboard.min.js"></script>
<script src="../js/libs/prism.js"></script>
<script src="../js/sourceCode.js"></script>
<script src="../js/search/search.js"></script>
<script src="../js/search/lunr.min.js"></script>
<script src="../js/search/search-lunr.js"></script>
<script src="../js/search/search_index.js"></script>
<script src="../js/lazy-load-graphs.js"></script>
<script src="../js/search/search.js"></script>
<script src="../js/search/lunr.min.js"></script>
<script src="../js/search/search-lunr.js"></script>
<script src="../js/menu.js"></script>
<script src="../js/libs/highlight.pack.js"></script>
<script src="../js/libs/highlightjs-line-numbers.min.js"></script>
<script src="../js/search/search_index.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
hljs.initHighlightingOnLoad();
hljs.initLineNumbersOnLoad();
});
</script>
</body>
</html>

View File

@@ -1,180 +1,372 @@
<?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.3 (20210619.1520)
<!-- Generated by graphviz version 3.0.0 (20220226.1711)
-->
<!-- Title: dependencies Pages: 1 -->
<svg width="1736pt" height="247pt"
viewBox="0.00 0.00 1736.00 246.80" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg width="3953pt" height="247pt"
viewBox="0.00 0.00 3953.00 246.80" 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 242.8)">
<title>dependencies</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-242.8 1732,-242.8 1732,4 -4,4"/>
<text text-anchor="middle" x="864" y="-8.2" font-family="sans-serif" font-size="14.00">dependencies</text>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-242.8 3949,-242.8 3949,4 -4,4"/>
<text text-anchor="middle" x="1972.5" y="-8.2" font-family="sans-serif" font-size="14.00">dependencies</text>
<g id="clust1" class="cluster">
<title>cluster_AppModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-32.8 8,-230.8 1720,-230.8 1720,-32.8 8,-32.8"/>
</g>
<g id="clust13" class="cluster">
<title>cluster_AppModule_imports</title>
<polygon fill="none" stroke="black" points="1568,-40.8 1568,-92.8 1712,-92.8 1712,-40.8 1568,-40.8"/>
</g>
<g id="clust15" class="cluster">
<title>cluster_AppModule_bootstrap</title>
<polygon fill="none" stroke="black" points="768,-170.8 768,-222.8 892,-222.8 892,-170.8 768,-170.8"/>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-32.8 8,-230.8 3937,-230.8 3937,-32.8 8,-32.8"/>
</g>
<g id="clust2" class="cluster">
<title>cluster_AppModule_declarations</title>
<polygon fill="none" stroke="black" points="16,-40.8 16,-92.8 1560,-92.8 1560,-40.8 16,-40.8"/>
<polygon fill="none" stroke="black" points="2386,-40.8 2386,-92.8 3929,-92.8 3929,-40.8 2386,-40.8"/>
</g>
<g id="clust13" class="cluster">
<title>cluster_AppModule_imports</title>
<polygon fill="none" stroke="black" points="16,-40.8 16,-92.8 2378,-92.8 2378,-40.8 16,-40.8"/>
</g>
<g id="clust15" class="cluster">
<title>cluster_AppModule_bootstrap</title>
<polygon fill="none" stroke="black" points="1783,-170.8 1783,-222.8 1907,-222.8 1907,-170.8 1783,-170.8"/>
</g>
<!-- AppComponent -->
<g id="node1" class="node">
<title>AppComponent</title>
<polygon fill="#ffffb3" stroke="black" points="1551.94,-84.8 1446.06,-84.8 1446.06,-48.8 1551.94,-48.8 1551.94,-84.8"/>
<text text-anchor="middle" x="1499" y="-62.6" font-family="Times,serif" font-size="14.00">AppComponent</text>
<polygon fill="#ffffb3" stroke="black" points="3920.94,-84.8 3815.06,-84.8 3815.06,-48.8 3920.94,-48.8 3920.94,-84.8"/>
<text text-anchor="middle" x="3868" y="-62.6" font-family="Times,serif" font-size="14.00">AppComponent</text>
</g>
<!-- AppModule -->
<g id="node11" class="node">
<title>AppModule</title>
<polygon fill="#8dd3c7" stroke="black" points="871.66,-149.8 868.66,-153.8 847.66,-153.8 844.66,-149.8 788.34,-149.8 788.34,-113.8 871.66,-113.8 871.66,-149.8"/>
<text text-anchor="middle" x="830" y="-127.6" font-family="Times,serif" font-size="14.00">AppModule</text>
<polygon fill="#8dd3c7" stroke="black" points="1886.66,-149.8 1883.66,-153.8 1862.66,-153.8 1859.66,-149.8 1803.34,-149.8 1803.34,-113.8 1886.66,-113.8 1886.66,-149.8"/>
<text text-anchor="middle" x="1845" y="-127.6" font-family="Times,serif" font-size="14.00">AppModule</text>
</g>
<!-- AppComponent&#45;&gt;AppModule -->
<g id="edge1" class="edge">
<title>AppComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1499,-85.08C1499,-106.12 1499,-137.8 1499,-137.8 1499,-137.8 881.85,-137.8 881.85,-137.8"/>
<polygon fill="black" stroke="black" points="881.85,-134.3 871.85,-137.8 881.85,-141.3 881.85,-134.3"/>
<path fill="none" stroke="black" d="M3868,-85.18C3868,-109.08 3868,-147.8 3868,-147.8 3868,-147.8 1896.79,-147.8 1896.79,-147.8"/>
<polygon fill="black" stroke="black" points="1896.79,-144.3 1886.79,-147.8 1896.79,-151.3 1896.79,-144.3"/>
</g>
<!-- BotSettingsComponent -->
<!-- LoginComponent -->
<g id="node2" class="node">
<title>BotSettingsComponent</title>
<polygon fill="#ffffb3" stroke="black" points="1428.17,-84.8 1281.83,-84.8 1281.83,-48.8 1428.17,-48.8 1428.17,-84.8"/>
<text text-anchor="middle" x="1355" y="-62.6" font-family="Times,serif" font-size="14.00">BotSettingsComponent</text>
<title>LoginComponent</title>
<polygon fill="#ffffb3" stroke="black" points="3797.27,-84.8 3682.73,-84.8 3682.73,-48.8 3797.27,-48.8 3797.27,-84.8"/>
<text text-anchor="middle" x="3740" y="-62.6" font-family="Times,serif" font-size="14.00">LoginComponent</text>
</g>
<!-- BotSettingsComponent&#45;&gt;AppModule -->
<!-- LoginComponent&#45;&gt;AppModule -->
<g id="edge2" class="edge">
<title>BotSettingsComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1355,-84.91C1355,-104.14 1355,-131.8 1355,-131.8 1355,-131.8 882.08,-131.8 882.08,-131.8"/>
<polygon fill="black" stroke="black" points="882.08,-128.3 872.08,-131.8 882.08,-135.3 882.08,-128.3"/>
<title>LoginComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M3740,-84.89C3740,-107.93 3740,-144.8 3740,-144.8 3740,-144.8 1896.79,-144.8 1896.79,-144.8"/>
<polygon fill="black" stroke="black" points="1896.79,-141.3 1886.79,-144.8 1896.79,-148.3 1896.79,-141.3"/>
</g>
<!-- ConfirmationDialogComponent -->
<!-- HeaderComponent -->
<g id="node3" class="node">
<title>ConfirmationDialogComponent</title>
<polygon fill="#ffffb3" stroke="black" points="1263.37,-84.8 1068.63,-84.8 1068.63,-48.8 1263.37,-48.8 1263.37,-84.8"/>
<text text-anchor="middle" x="1166" y="-62.6" font-family="Times,serif" font-size="14.00">ConfirmationDialogComponent</text>
<title>HeaderComponent</title>
<polygon fill="#ffffb3" stroke="black" points="3664.75,-84.8 3543.25,-84.8 3543.25,-48.8 3664.75,-48.8 3664.75,-84.8"/>
<text text-anchor="middle" x="3604" y="-62.6" font-family="Times,serif" font-size="14.00">HeaderComponent</text>
</g>
<!-- ConfirmationDialogComponent&#45;&gt;AppModule -->
<!-- HeaderComponent&#45;&gt;AppModule -->
<g id="edge3" class="edge">
<title>ConfirmationDialogComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1166,-84.82C1166,-102.17 1166,-125.8 1166,-125.8 1166,-125.8 881.88,-125.8 881.88,-125.8"/>
<polygon fill="black" stroke="black" points="881.88,-122.3 871.88,-125.8 881.88,-129.3 881.88,-122.3"/>
<title>HeaderComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M3604,-84.81C3604,-107.29 3604,-142.8 3604,-142.8 3604,-142.8 1896.75,-142.8 1896.75,-142.8"/>
<polygon fill="black" stroke="black" points="1896.75,-139.3 1886.75,-142.8 1896.75,-146.3 1896.75,-139.3"/>
</g>
<!-- DashboardComponent -->
<g id="node4" class="node">
<title>DashboardComponent</title>
<polygon fill="#ffffb3" stroke="black" points="1050.97,-84.8 909.03,-84.8 909.03,-48.8 1050.97,-48.8 1050.97,-84.8"/>
<text text-anchor="middle" x="980" y="-62.6" font-family="Times,serif" font-size="14.00">DashboardComponent</text>
<polygon fill="#ffffb3" stroke="black" points="3524.98,-84.8 3383.02,-84.8 3383.02,-48.8 3524.98,-48.8 3524.98,-84.8"/>
<text text-anchor="middle" x="3454" y="-62.6" font-family="Times,serif" font-size="14.00">DashboardComponent</text>
</g>
<!-- DashboardComponent&#45;&gt;AppModule -->
<g id="edge4" class="edge">
<title>DashboardComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M980,-85.04C980,-100.37 980,-119.8 980,-119.8 980,-119.8 881.78,-119.8 881.78,-119.8"/>
<polygon fill="black" stroke="black" points="881.78,-116.3 871.78,-119.8 881.78,-123.3 881.78,-116.3"/>
</g>
<!-- HeaderComponent -->
<g id="node5" class="node">
<title>HeaderComponent</title>
<polygon fill="#ffffb3" stroke="black" points="890.74,-84.8 769.26,-84.8 769.26,-48.8 890.74,-48.8 890.74,-84.8"/>
<text text-anchor="middle" x="830" y="-62.6" font-family="Times,serif" font-size="14.00">HeaderComponent</text>
</g>
<!-- HeaderComponent&#45;&gt;AppModule -->
<g id="edge5" class="edge">
<title>HeaderComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M830,-84.91C830,-84.91 830,-103.79 830,-103.79"/>
<polygon fill="black" stroke="black" points="826.5,-103.79 830,-113.79 833.5,-103.79 826.5,-103.79"/>
</g>
<!-- HelpDialogComponent -->
<g id="node6" class="node">
<title>HelpDialogComponent</title>
<polygon fill="#ffffb3" stroke="black" points="751.15,-84.8 604.85,-84.8 604.85,-48.8 751.15,-48.8 751.15,-84.8"/>
<text text-anchor="middle" x="678" y="-62.6" font-family="Times,serif" font-size="14.00">HelpDialogComponent</text>
</g>
<!-- HelpDialogComponent&#45;&gt;AppModule -->
<g id="edge6" class="edge">
<title>HelpDialogComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M678,-85.04C678,-100.37 678,-119.8 678,-119.8 678,-119.8 778.06,-119.8 778.06,-119.8"/>
<polygon fill="black" stroke="black" points="778.06,-123.3 788.06,-119.8 778.06,-116.3 778.06,-123.3"/>
</g>
<!-- LoginComponent -->
<g id="node7" class="node">
<title>LoginComponent</title>
<polygon fill="#ffffb3" stroke="black" points="586.28,-84.8 471.72,-84.8 471.72,-48.8 586.28,-48.8 586.28,-84.8"/>
<text text-anchor="middle" x="529" y="-62.6" font-family="Times,serif" font-size="14.00">LoginComponent</text>
</g>
<!-- LoginComponent&#45;&gt;AppModule -->
<g id="edge7" class="edge">
<title>LoginComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M529,-84.82C529,-102.17 529,-125.8 529,-125.8 529,-125.8 778.15,-125.8 778.15,-125.8"/>
<polygon fill="black" stroke="black" points="778.15,-129.3 788.15,-125.8 778.15,-122.3 778.15,-129.3"/>
</g>
<!-- ProfileComponent -->
<g id="node8" class="node">
<title>ProfileComponent</title>
<polygon fill="#ffffb3" stroke="black" points="453.93,-84.8 334.07,-84.8 334.07,-48.8 453.93,-48.8 453.93,-84.8"/>
<text text-anchor="middle" x="394" y="-62.6" font-family="Times,serif" font-size="14.00">ProfileComponent</text>
</g>
<!-- ProfileComponent&#45;&gt;AppModule -->
<g id="edge8" class="edge">
<title>ProfileComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M394,-84.91C394,-104.14 394,-131.8 394,-131.8 394,-131.8 778.19,-131.8 778.19,-131.8"/>
<polygon fill="black" stroke="black" points="778.19,-135.3 788.19,-131.8 778.19,-128.3 778.19,-135.3"/>
<path fill="none" stroke="black" d="M3454,-84.84C3454,-106.46 3454,-139.8 3454,-139.8 3454,-139.8 1896.8,-139.8 1896.8,-139.8"/>
<polygon fill="black" stroke="black" points="1896.8,-136.3 1886.8,-139.8 1896.8,-143.3 1896.8,-136.3"/>
</g>
<!-- RegisterComponent -->
<g id="node9" class="node">
<g id="node5" class="node">
<title>RegisterComponent</title>
<polygon fill="#ffffb3" stroke="black" points="315.98,-84.8 188.02,-84.8 188.02,-48.8 315.98,-48.8 315.98,-84.8"/>
<text text-anchor="middle" x="252" y="-62.6" font-family="Times,serif" font-size="14.00">RegisterComponent</text>
<polygon fill="#ffffb3" stroke="black" points="3364.99,-84.8 3237.01,-84.8 3237.01,-48.8 3364.99,-48.8 3364.99,-84.8"/>
<text text-anchor="middle" x="3301" y="-62.6" font-family="Times,serif" font-size="14.00">RegisterComponent</text>
</g>
<!-- RegisterComponent&#45;&gt;AppModule -->
<g id="edge9" class="edge">
<g id="edge5" class="edge">
<title>RegisterComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M252,-85.08C252,-106.12 252,-137.8 252,-137.8 252,-137.8 777.97,-137.8 777.97,-137.8"/>
<polygon fill="black" stroke="black" points="777.97,-141.3 787.97,-137.8 777.97,-134.3 777.97,-141.3"/>
<path fill="none" stroke="black" d="M3301,-85.08C3301,-106.12 3301,-137.8 3301,-137.8 3301,-137.8 1897.01,-137.8 1897.01,-137.8"/>
<polygon fill="black" stroke="black" points="1897.01,-134.3 1887.01,-137.8 1897,-141.3 1897.01,-134.3"/>
</g>
<!-- ProfileComponent -->
<g id="node6" class="node">
<title>ProfileComponent</title>
<polygon fill="#ffffb3" stroke="black" points="3218.94,-84.8 3099.06,-84.8 3099.06,-48.8 3218.94,-48.8 3218.94,-84.8"/>
<text text-anchor="middle" x="3159" y="-62.6" font-family="Times,serif" font-size="14.00">ProfileComponent</text>
</g>
<!-- ProfileComponent&#45;&gt;AppModule -->
<g id="edge6" class="edge">
<title>ProfileComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M3159,-85.02C3159,-105.17 3159,-134.8 3159,-134.8 3159,-134.8 1896.86,-134.8 1896.86,-134.8"/>
<polygon fill="black" stroke="black" points="1896.86,-131.3 1886.86,-134.8 1896.86,-138.3 1896.86,-131.3"/>
</g>
<!-- BotSettingsComponent -->
<g id="node7" class="node">
<title>BotSettingsComponent</title>
<polygon fill="#ffffb3" stroke="black" points="3081.18,-84.8 2934.82,-84.8 2934.82,-48.8 3081.18,-48.8 3081.18,-84.8"/>
<text text-anchor="middle" x="3008" y="-62.6" font-family="Times,serif" font-size="14.00">BotSettingsComponent</text>
</g>
<!-- BotSettingsComponent&#45;&gt;AppModule -->
<g id="edge7" class="edge">
<title>BotSettingsComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M3008,-84.91C3008,-104.14 3008,-131.8 3008,-131.8 3008,-131.8 1896.73,-131.8 1896.73,-131.8"/>
<polygon fill="black" stroke="black" points="1896.73,-128.3 1886.73,-131.8 1896.73,-135.3 1896.73,-128.3"/>
</g>
<!-- UserDialogComponent -->
<g id="node10" class="node">
<g id="node8" class="node">
<title>UserDialogComponent</title>
<polygon fill="#ffffb3" stroke="black" points="169.86,-84.8 24.14,-84.8 24.14,-48.8 169.86,-48.8 169.86,-84.8"/>
<text text-anchor="middle" x="97" y="-62.6" font-family="Times,serif" font-size="14.00">UserDialogComponent</text>
<polygon fill="#ffffb3" stroke="black" points="2916.87,-84.8 2771.13,-84.8 2771.13,-48.8 2916.87,-48.8 2916.87,-84.8"/>
<text text-anchor="middle" x="2844" y="-62.6" font-family="Times,serif" font-size="14.00">UserDialogComponent</text>
</g>
<!-- UserDialogComponent&#45;&gt;AppModule -->
<g id="edge10" class="edge">
<g id="edge8" class="edge">
<title>UserDialogComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M97,-85.05C97,-107.82 97,-143.8 97,-143.8 97,-143.8 778.22,-143.8 778.22,-143.8"/>
<polygon fill="black" stroke="black" points="778.22,-147.3 788.22,-143.8 778.22,-140.3 778.22,-147.3"/>
<path fill="none" stroke="black" d="M2844,-85.02C2844,-103.63 2844,-129.8 2844,-129.8 2844,-129.8 1896.97,-129.8 1896.97,-129.8"/>
<polygon fill="black" stroke="black" points="1896.97,-126.3 1886.97,-129.8 1896.97,-133.3 1896.97,-126.3"/>
</g>
<!-- ConfirmationDialogComponent -->
<g id="node9" class="node">
<title>ConfirmationDialogComponent</title>
<polygon fill="#ffffb3" stroke="black" points="2753.37,-84.8 2558.63,-84.8 2558.63,-48.8 2753.37,-48.8 2753.37,-84.8"/>
<text text-anchor="middle" x="2656" y="-62.6" font-family="Times,serif" font-size="14.00">ConfirmationDialogComponent</text>
</g>
<!-- ConfirmationDialogComponent&#45;&gt;AppModule -->
<g id="edge9" class="edge">
<title>ConfirmationDialogComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M2656,-84.8C2656,-102.48 2656,-126.8 2656,-126.8 2656,-126.8 1896.9,-126.8 1896.9,-126.8"/>
<polygon fill="black" stroke="black" points="1896.9,-123.3 1886.9,-126.8 1896.9,-130.3 1896.9,-123.3"/>
</g>
<!-- HelpDialogComponent -->
<g id="node10" class="node">
<title>HelpDialogComponent</title>
<polygon fill="#ffffb3" stroke="black" points="2540.15,-84.8 2393.85,-84.8 2393.85,-48.8 2540.15,-48.8 2540.15,-84.8"/>
<text text-anchor="middle" x="2467" y="-62.6" font-family="Times,serif" font-size="14.00">HelpDialogComponent</text>
</g>
<!-- HelpDialogComponent&#45;&gt;AppModule -->
<g id="edge10" class="edge">
<title>HelpDialogComponent&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M2467,-84.83C2467,-101.86 2467,-124.8 2467,-124.8 2467,-124.8 1896.78,-124.8 1896.78,-124.8"/>
<polygon fill="black" stroke="black" points="1896.78,-121.3 1886.78,-124.8 1896.78,-128.3 1896.78,-121.3"/>
</g>
<!-- AppComponent -->
<g id="node13" class="node">
<g id="node29" class="node">
<title>AppComponent </title>
<polygon fill="#80b1d3" stroke="black" points="884.44,-214.8 775.56,-214.8 775.56,-178.8 884.44,-178.8 884.44,-214.8"/>
<text text-anchor="middle" x="830" y="-192.6" font-family="Times,serif" font-size="14.00">AppComponent </text>
<polygon fill="#80b1d3" stroke="black" points="1899.44,-214.8 1790.56,-214.8 1790.56,-178.8 1899.44,-178.8 1899.44,-214.8"/>
<text text-anchor="middle" x="1845" y="-192.6" font-family="Times,serif" font-size="14.00">AppComponent </text>
</g>
<!-- AppModule&#45;&gt;AppComponent -->
<g id="edge12" class="edge">
<g id="edge28" class="edge">
<title>AppModule&#45;&gt;AppComponent </title>
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M830,-149.91C830,-149.91 830,-168.79 830,-168.79"/>
<polygon fill="black" stroke="black" points="826.5,-168.79 830,-178.79 833.5,-168.79 826.5,-168.79"/>
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M1845,-149.91C1845,-149.91 1845,-168.79 1845,-168.79"/>
<polygon fill="black" stroke="black" points="1841.5,-168.79 1845,-178.79 1848.5,-168.79 1841.5,-168.79"/>
</g>
<!-- BrowserModule -->
<g id="node12" class="node">
<title>BrowserModule</title>
<polygon fill="#8dd3c7" stroke="black" points="2370.49,-84.8 2367.49,-88.8 2346.49,-88.8 2343.49,-84.8 2263.51,-84.8 2263.51,-48.8 2370.49,-48.8 2370.49,-84.8"/>
<text text-anchor="middle" x="2317" y="-62.6" font-family="Times,serif" font-size="14.00">BrowserModule</text>
</g>
<!-- BrowserModule&#45;&gt;AppModule -->
<g id="edge11" class="edge">
<title>BrowserModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M2317,-84.81C2317,-100.85 2317,-121.8 2317,-121.8 2317,-121.8 1896.89,-121.8 1896.89,-121.8"/>
<polygon fill="black" stroke="black" points="1896.89,-118.3 1886.89,-121.8 1896.89,-125.3 1896.89,-118.3"/>
</g>
<!-- AppRoutingModule -->
<g id="node12" class="node">
<g id="node13" class="node">
<title>AppRoutingModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1704.27,-84.8 1701.27,-88.8 1680.27,-88.8 1677.27,-84.8 1575.73,-84.8 1575.73,-48.8 1704.27,-48.8 1704.27,-84.8"/>
<text text-anchor="middle" x="1640" y="-62.6" font-family="Times,serif" font-size="14.00">AppRoutingModule</text>
<polygon fill="#8dd3c7" stroke="black" points="2245.28,-84.8 2242.28,-88.8 2221.28,-88.8 2218.28,-84.8 2116.72,-84.8 2116.72,-48.8 2245.28,-48.8 2245.28,-84.8"/>
<text text-anchor="middle" x="2181" y="-62.6" font-family="Times,serif" font-size="14.00">AppRoutingModule</text>
</g>
<!-- AppRoutingModule&#45;&gt;AppModule -->
<g id="edge11" class="edge">
<g id="edge12" class="edge">
<title>AppRoutingModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1640,-85.05C1640,-107.82 1640,-143.8 1640,-143.8 1640,-143.8 881.84,-143.8 881.84,-143.8"/>
<polygon fill="black" stroke="black" points="881.84,-140.3 871.84,-143.8 881.84,-147.3 881.84,-140.3"/>
<path fill="none" stroke="black" d="M2181,-85.04C2181,-100.37 2181,-119.8 2181,-119.8 2181,-119.8 1896.88,-119.8 1896.88,-119.8"/>
<polygon fill="black" stroke="black" points="1896.88,-116.3 1886.88,-119.8 1896.88,-123.3 1896.88,-116.3"/>
</g>
<!-- BrowserAnimationsModule -->
<g id="node14" class="node">
<title>BrowserAnimationsModule</title>
<polygon fill="#8dd3c7" stroke="black" points="2098.32,-84.8 2095.32,-88.8 2074.32,-88.8 2071.32,-84.8 1925.68,-84.8 1925.68,-48.8 2098.32,-48.8 2098.32,-84.8"/>
<text text-anchor="middle" x="2012" y="-62.6" font-family="Times,serif" font-size="14.00">BrowserAnimationsModule</text>
</g>
<!-- BrowserAnimationsModule&#45;&gt;AppModule -->
<g id="edge13" class="edge">
<title>BrowserAnimationsModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M2012,-84.85C2012,-99.17 2012,-116.8 2012,-116.8 2012,-116.8 1896.71,-116.8 1896.71,-116.8"/>
<polygon fill="black" stroke="black" points="1896.71,-113.3 1886.71,-116.8 1896.71,-120.3 1896.71,-113.3"/>
</g>
<!-- MatToolbarModule -->
<g id="node15" class="node">
<title>MatToolbarModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1908.42,-84.8 1905.42,-88.8 1884.42,-88.8 1881.42,-84.8 1781.58,-84.8 1781.58,-48.8 1908.42,-48.8 1908.42,-84.8"/>
<text text-anchor="middle" x="1845" y="-62.6" font-family="Times,serif" font-size="14.00">MatToolbarModule</text>
</g>
<!-- MatToolbarModule&#45;&gt;AppModule -->
<g id="edge14" class="edge">
<title>MatToolbarModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1845,-84.91C1845,-84.91 1845,-103.79 1845,-103.79"/>
<polygon fill="black" stroke="black" points="1841.5,-103.79 1845,-113.79 1848.5,-103.79 1841.5,-103.79"/>
</g>
<!-- MatIconModule -->
<g id="node16" class="node">
<title>MatIconModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1763.48,-84.8 1760.48,-88.8 1739.48,-88.8 1736.48,-84.8 1656.52,-84.8 1656.52,-48.8 1763.48,-48.8 1763.48,-84.8"/>
<text text-anchor="middle" x="1710" y="-62.6" font-family="Times,serif" font-size="14.00">MatIconModule</text>
</g>
<!-- MatIconModule&#45;&gt;AppModule -->
<g id="edge15" class="edge">
<title>MatIconModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1710,-84.85C1710,-99.17 1710,-116.8 1710,-116.8 1710,-116.8 1793.03,-116.8 1793.03,-116.8"/>
<polygon fill="black" stroke="black" points="1793.03,-120.3 1803.03,-116.8 1793.03,-113.3 1793.03,-120.3"/>
</g>
<!-- MatButtonModule -->
<g id="node17" class="node">
<title>MatButtonModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1638.22,-84.8 1635.22,-88.8 1614.22,-88.8 1611.22,-84.8 1517.78,-84.8 1517.78,-48.8 1638.22,-48.8 1638.22,-84.8"/>
<text text-anchor="middle" x="1578" y="-62.6" font-family="Times,serif" font-size="14.00">MatButtonModule</text>
</g>
<!-- MatButtonModule&#45;&gt;AppModule -->
<g id="edge16" class="edge">
<title>MatButtonModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1578,-85.04C1578,-100.37 1578,-119.8 1578,-119.8 1578,-119.8 1793.28,-119.8 1793.28,-119.8"/>
<polygon fill="black" stroke="black" points="1793.28,-123.3 1803.28,-119.8 1793.28,-116.3 1793.28,-123.3"/>
</g>
<!-- MatGridListModule -->
<g id="node18" class="node">
<title>MatGridListModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1499.55,-84.8 1496.55,-88.8 1475.55,-88.8 1472.55,-84.8 1370.45,-84.8 1370.45,-48.8 1499.55,-48.8 1499.55,-84.8"/>
<text text-anchor="middle" x="1435" y="-62.6" font-family="Times,serif" font-size="14.00">MatGridListModule</text>
</g>
<!-- MatGridListModule&#45;&gt;AppModule -->
<g id="edge17" class="edge">
<title>MatGridListModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1435,-84.81C1435,-100.85 1435,-121.8 1435,-121.8 1435,-121.8 1793.05,-121.8 1793.05,-121.8"/>
<polygon fill="black" stroke="black" points="1793.05,-125.3 1803.05,-121.8 1793.05,-118.3 1793.05,-125.3"/>
</g>
<!-- MatCardModule -->
<g id="node19" class="node">
<title>MatCardModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1352.82,-84.8 1349.82,-88.8 1328.82,-88.8 1325.82,-84.8 1243.18,-84.8 1243.18,-48.8 1352.82,-48.8 1352.82,-84.8"/>
<text text-anchor="middle" x="1298" y="-62.6" font-family="Times,serif" font-size="14.00">MatCardModule</text>
</g>
<!-- MatCardModule&#45;&gt;AppModule -->
<g id="edge18" class="edge">
<title>MatCardModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1298,-84.83C1298,-101.86 1298,-124.8 1298,-124.8 1298,-124.8 1792.99,-124.8 1792.99,-124.8"/>
<polygon fill="black" stroke="black" points="1792.99,-128.3 1802.99,-124.8 1792.99,-121.3 1792.99,-128.3"/>
</g>
<!-- MatTableModule -->
<g id="node20" class="node">
<title>MatTableModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1224.97,-84.8 1221.97,-88.8 1200.97,-88.8 1197.97,-84.8 1111.03,-84.8 1111.03,-48.8 1224.97,-48.8 1224.97,-84.8"/>
<text text-anchor="middle" x="1168" y="-62.6" font-family="Times,serif" font-size="14.00">MatTableModule</text>
</g>
<!-- MatTableModule&#45;&gt;AppModule -->
<g id="edge19" class="edge">
<title>MatTableModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1168,-84.8C1168,-102.48 1168,-126.8 1168,-126.8 1168,-126.8 1793.16,-126.8 1793.16,-126.8"/>
<polygon fill="black" stroke="black" points="1793.16,-130.3 1803.16,-126.8 1793.16,-123.3 1793.16,-130.3"/>
</g>
<!-- FormsModule -->
<g id="node21" class="node">
<title>FormsModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1092.84,-84.8 1089.84,-88.8 1068.84,-88.8 1065.84,-84.8 997.16,-84.8 997.16,-48.8 1092.84,-48.8 1092.84,-84.8"/>
<text text-anchor="middle" x="1045" y="-62.6" font-family="Times,serif" font-size="14.00">FormsModule</text>
</g>
<!-- FormsModule&#45;&gt;AppModule -->
<g id="edge20" class="edge">
<title>FormsModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M1045,-85.02C1045,-103.63 1045,-129.8 1045,-129.8 1045,-129.8 1793.11,-129.8 1793.11,-129.8"/>
<polygon fill="black" stroke="black" points="1793.11,-133.3 1803.11,-129.8 1793.11,-126.3 1793.11,-133.3"/>
</g>
<!-- HttpClientModule -->
<g id="node22" class="node">
<title>HttpClientModule</title>
<polygon fill="#8dd3c7" stroke="black" points="979.16,-84.8 976.16,-88.8 955.16,-88.8 952.16,-84.8 860.84,-84.8 860.84,-48.8 979.16,-48.8 979.16,-84.8"/>
<text text-anchor="middle" x="920" y="-62.6" font-family="Times,serif" font-size="14.00">HttpClientModule</text>
</g>
<!-- HttpClientModule&#45;&gt;AppModule -->
<g id="edge21" class="edge">
<title>HttpClientModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M920,-84.91C920,-104.14 920,-131.8 920,-131.8 920,-131.8 1793.15,-131.8 1793.15,-131.8"/>
<polygon fill="black" stroke="black" points="1793.15,-135.3 1803.15,-131.8 1793.15,-128.3 1793.15,-135.3"/>
</g>
<!-- MatMenuModule -->
<g id="node23" class="node">
<title>MatMenuModule</title>
<polygon fill="#8dd3c7" stroke="black" points="842.27,-84.8 839.27,-88.8 818.27,-88.8 815.27,-84.8 727.73,-84.8 727.73,-48.8 842.27,-48.8 842.27,-84.8"/>
<text text-anchor="middle" x="785" y="-62.6" font-family="Times,serif" font-size="14.00">MatMenuModule</text>
</g>
<!-- MatMenuModule&#45;&gt;AppModule -->
<g id="edge22" class="edge">
<title>MatMenuModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M785,-85.02C785,-105.17 785,-134.8 785,-134.8 785,-134.8 1793.12,-134.8 1793.12,-134.8"/>
<polygon fill="black" stroke="black" points="1793.12,-138.3 1803.12,-134.8 1793.12,-131.3 1793.12,-138.3"/>
</g>
<!-- MatDialogModule -->
<g id="node24" class="node">
<title>MatDialogModule</title>
<polygon fill="#8dd3c7" stroke="black" points="710.21,-84.8 707.21,-88.8 686.21,-88.8 683.21,-84.8 589.79,-84.8 589.79,-48.8 710.21,-48.8 710.21,-84.8"/>
<text text-anchor="middle" x="650" y="-62.6" font-family="Times,serif" font-size="14.00">MatDialogModule</text>
</g>
<!-- MatDialogModule&#45;&gt;AppModule -->
<g id="edge23" class="edge">
<title>MatDialogModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M650,-85.08C650,-106.12 650,-137.8 650,-137.8 650,-137.8 1793.17,-137.8 1793.17,-137.8"/>
<polygon fill="black" stroke="black" points="1793.17,-141.3 1803.17,-137.8 1793.17,-134.3 1793.17,-141.3"/>
</g>
<!-- MatInputModule -->
<g id="node25" class="node">
<title>MatInputModule</title>
<polygon fill="#8dd3c7" stroke="black" points="571.66,-84.8 568.66,-88.8 547.66,-88.8 544.66,-84.8 460.34,-84.8 460.34,-48.8 571.66,-48.8 571.66,-84.8"/>
<text text-anchor="middle" x="516" y="-62.6" font-family="Times,serif" font-size="14.00">MatInputModule</text>
</g>
<!-- MatInputModule&#45;&gt;AppModule -->
<g id="edge24" class="edge">
<title>MatInputModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M516,-84.84C516,-106.46 516,-139.8 516,-139.8 516,-139.8 1793.03,-139.8 1793.03,-139.8"/>
<polygon fill="black" stroke="black" points="1793.03,-143.3 1803.03,-139.8 1793.03,-136.3 1793.03,-143.3"/>
</g>
<!-- ReactiveFormsModule -->
<g id="node26" class="node">
<title>ReactiveFormsModule</title>
<polygon fill="#8dd3c7" stroke="black" points="442.31,-84.8 439.31,-88.8 418.31,-88.8 415.31,-84.8 297.69,-84.8 297.69,-48.8 442.31,-48.8 442.31,-84.8"/>
<text text-anchor="middle" x="370" y="-62.6" font-family="Times,serif" font-size="14.00">ReactiveFormsModule</text>
</g>
<!-- ReactiveFormsModule&#45;&gt;AppModule -->
<g id="edge25" class="edge">
<title>ReactiveFormsModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M370,-84.81C370,-107.29 370,-142.8 370,-142.8 370,-142.8 1793.23,-142.8 1793.23,-142.8"/>
<polygon fill="black" stroke="black" points="1793.23,-146.3 1803.23,-142.8 1793.23,-139.3 1793.23,-146.3"/>
</g>
<!-- MatChipsModule -->
<g id="node27" class="node">
<title>MatChipsModule</title>
<polygon fill="#8dd3c7" stroke="black" points="279.28,-84.8 276.28,-88.8 255.28,-88.8 252.28,-84.8 164.72,-84.8 164.72,-48.8 279.28,-48.8 279.28,-84.8"/>
<text text-anchor="middle" x="222" y="-62.6" font-family="Times,serif" font-size="14.00">MatChipsModule</text>
</g>
<!-- MatChipsModule&#45;&gt;AppModule -->
<g id="edge26" class="edge">
<title>MatChipsModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M222,-84.89C222,-107.93 222,-144.8 222,-144.8 222,-144.8 1793.25,-144.8 1793.25,-144.8"/>
<polygon fill="black" stroke="black" points="1793.25,-148.3 1803.25,-144.8 1793.25,-141.3 1793.25,-148.3"/>
</g>
<!-- CronEditorModule -->
<g id="node28" class="node">
<title>CronEditorModule</title>
<polygon fill="#8dd3c7" stroke="black" points="146.05,-84.8 143.05,-88.8 122.05,-88.8 119.05,-84.8 23.95,-84.8 23.95,-48.8 146.05,-48.8 146.05,-84.8"/>
<text text-anchor="middle" x="85" y="-62.6" font-family="Times,serif" font-size="14.00">CronEditorModule</text>
</g>
<!-- CronEditorModule&#45;&gt;AppModule -->
<g id="edge27" class="edge">
<title>CronEditorModule&#45;&gt;AppModule</title>
<path fill="none" stroke="black" d="M85,-85.18C85,-109.08 85,-147.8 85,-147.8 85,-147.8 1793.23,-147.8 1793.23,-147.8"/>
<polygon fill="black" stroke="black" points="1793.23,-151.3 1803.23,-147.8 1793.23,-144.3 1793.23,-151.3"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 21 KiB