Move documentation

This commit is contained in:
kevinpauer
2022-05-12 10:14:10 +02:00
parent 5d66376c77
commit 5f183de174
130 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,586 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>aktienbot documentation</title>
<meta name="description" content="">
<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">
</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 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>
<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">
<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>
<div class="content module">
<div class="content-data">
<ol class="breadcrumb">
<li>Modules</li>
<li>AppModule</li>
</ol>
<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>
</div>
</div>
<script src="../js/libs/svg-pan-zoom.min.js"></script>
<script src="../js/svg-pan-zoom.controls.js"></script>
<ul class="nav nav-tabs" role="tablist">
<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">Source</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade active in" id="infos">
<p class="comment">
<h3>File</h3>
</p>
<p class="comment">
<code>src/app/app.module.ts</code>
</p>
<div class="container-fluid module">
<div class="row">
<div class="col-sm-3">
<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/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>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="../components/AppComponent.html" >AppComponent</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<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;;
import { MatToolbarModule } from &#x27;@angular/material/toolbar&#x27;;
import { MatIconModule } from &#x27;@angular/material/icon&#x27;;
import { MatButtonModule } from &#x27;@angular/material/button&#x27;;
import { MatGridListModule } from &#x27;@angular/material/grid-list&#x27;;
import { MatCardModule } from &#x27;@angular/material/card&#x27;;
import { MatTableModule } from &#x27;@angular/material/table&#x27;;
import { MatMenuModule } from &#x27;@angular/material/menu&#x27;;
import { MatDialogModule } from &#x27;@angular/material/dialog&#x27;;
import { MatInputModule } from &#x27;@angular/material/input&#x27;;
import { MatChipsModule } from &#x27;@angular/material/chips&#x27;;
import { CronEditorModule } from &#x27;ngx-cron-editor&#x27;;
import { AppRoutingModule } from &#x27;./app-routing.module&#x27;;
import { AppComponent } from &#x27;./app.component&#x27;;
import { LoginComponent } from &#x27;./Views/login/login.component&#x27;;
import { HeaderComponent } from &#x27;./Views/header/header.component&#x27;;
import { BrowserAnimationsModule } from &#x27;@angular/platform-browser/animations&#x27;;
import { DashboardComponent } from &#x27;./Views/dashboard/dashboard.component&#x27;;
import { RegisterComponent } from &#x27;./Views/register/register.component&#x27;;
import { ProfileComponent } from &#x27;./Views/profile/profile.component&#x27;;
import { BotSettingsComponent } from &#x27;./Views/bot-settings/bot-settings.component&#x27;;
import { UserDialogComponent } from &#x27;./Views/dashboard/user-dialog/user-dialog.component&#x27;;
import { ConfirmationDialogComponent } from &#x27;./Views/profile/confirmation-dialog/confirmation-dialog.component&#x27;;
import { HelpDialogComponent } from &#x27;./Views/profile/help-dialog/help-dialog.component&#x27;;
@NgModule({
declarations: [
AppComponent,
LoginComponent,
HeaderComponent,
DashboardComponent,
RegisterComponent,
ProfileComponent,
BotSettingsComponent,
UserDialogComponent,
ConfirmationDialogComponent,
HelpDialogComponent,
],
imports: [
BrowserModule,
AppRoutingModule,
BrowserAnimationsModule,
MatToolbarModule,
MatIconModule,
MatButtonModule,
MatGridListModule,
MatCardModule,
MatTableModule,
FormsModule,
HttpClientModule,
MatMenuModule,
MatDialogModule,
MatInputModule,
ReactiveFormsModule,
MatChipsModule,
CronEditorModule,
],
providers: [],
bootstrap: [AppComponent],
})
export class AppModule {}
</code></pre>
</div>
</div>
</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>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
</div>
</div>
<script src="../js/libs/bootstrap-native.js"></script>
<script src="../js/libs/es6-shim.min.js"></script>
<script src="../js/libs/EventDispatcher.js"></script>
<script src="../js/libs/promise.min.js"></script>
<script src="../js/libs/zepto.min.js"></script>
<script src="../js/compodoc.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

@@ -0,0 +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 3.0.0 (20220226.1711)
-->
<!-- Title: dependencies Pages: 1 -->
<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 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 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="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="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="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="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>
<!-- LoginComponent -->
<g id="node2" class="node">
<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>
<!-- LoginComponent&#45;&gt;AppModule -->
<g id="edge2" class="edge">
<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>
<!-- HeaderComponent -->
<g id="node3" class="node">
<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>
<!-- HeaderComponent&#45;&gt;AppModule -->
<g id="edge3" class="edge">
<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="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="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="node5" class="node">
<title>RegisterComponent</title>
<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="edge5" class="edge">
<title>RegisterComponent&#45;&gt;AppModule</title>
<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="node8" class="node">
<title>UserDialogComponent</title>
<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="edge8" class="edge">
<title>UserDialogComponent&#45;&gt;AppModule</title>
<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="node29" class="node">
<title>AppComponent </title>
<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="edge28" class="edge">
<title>AppModule&#45;&gt;AppComponent </title>
<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="node13" class="node">
<title>AppRoutingModule</title>
<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="edge12" class="edge">
<title>AppRoutingModule&#45;&gt;AppModule</title>
<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>

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,190 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>aktienbot documentation</title>
<meta name="description" content="">
<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">
</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>
</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>
<div class="container-fluid main">
<div class="row main">
<div class="hidden-xs menu">
<compodoc-menu mode="normal"></compodoc-menu>
</div>
<!-- START CONTENT -->
<div class="content module">
<div class="content-data">
<ol class="breadcrumb">
<li>Modules</li>
<li >AppRoutingModule</li>
</ol>
<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>
<li >
<a href="#source" role="tab" id="source-tab" data-toggle="tab" data-link="source">Source</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade active in" id="c-info">
<p class="comment">
<h3>File</h3>
</p>
<p class="comment">
<code>src/app/app-routing.module.ts</code>
</p>
<div class="container-fluid module">
<div class="row">
</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;;
import { RouterModule, Routes } from &#x27;@angular/router&#x27;;
import { BotService } from &#x27;./Services/bot.service&#x27;;
import { BotSettingsComponent } from &#x27;./Views/bot-settings/bot-settings.component&#x27;;
import { DashboardComponent } from &#x27;./Views/dashboard/dashboard.component&#x27;;
import { LoginComponent } from &#x27;./Views/login/login.component&#x27;;
import { ProfileComponent } from &#x27;./Views/profile/profile.component&#x27;;
import { RegisterComponent } from &#x27;./Views/register/register.component&#x27;;
const routes: Routes &#x3D; [
{
path: &#x27;login&#x27;,
component: LoginComponent,
},
{
path: &#x27;&#x27;,
component: DashboardComponent,
},
{
path: &#x27;register&#x27;,
component: RegisterComponent,
},
{
path: &#x27;profile&#x27;,
component: ProfileComponent,
},
{
path: &#x27;settings&#x27;,
component: BotSettingsComponent,
},
];
@NgModule({
imports: [RouterModule.forRoot(routes)],
exports: [RouterModule],
})
export class AppRoutingModule {}
</code></pre>
</div>
</div>
</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>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</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 = 'AppRoutingModule.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>
<script src="../js/libs/EventDispatcher.js"></script>
<script src="../js/libs/promise.min.js"></script>
<script src="../js/libs/zepto.min.js"></script>
<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>
</body>
</html>