123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559 |
- <!doctype html>
- <html class="no-js" lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title>time1 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>
- <script>
- // Blocking script to avoid flickering dark mode
- // Dark mode toggle button
- var useDark = window.matchMedia('(prefers-color-scheme: dark)');
- var darkModeState = useDark.matches;
- var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
- var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
- var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
- function checkToggle(check) {
- for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
- $darkModeToggleSwitchers[i].checked = check;
- }
- }
- function toggleDarkMode(state) {
- if (window.localStorage) {
- localStorage.setItem('compodoc_darkmode-state', state);
- }
- checkToggle(state);
- const hasClass = document.body.classList.contains('dark');
- if (state) {
- for (var i = 0; i < $darkModeToggles.length; i++) {
- $darkModeToggles[i].classList.add('dark');
- }
- if (!hasClass) {
- document.body.classList.add('dark');
- }
- } else {
- for (var i = 0; i < $darkModeToggles.length; i++) {
- $darkModeToggles[i].classList.remove('dark');
- }
- if (hasClass) {
- document.body.classList.remove('dark');
- }
- }
- }
- useDark.addEventListener('change', function (evt) {
- toggleDarkMode(evt.matches);
- });
- if (darkModeStateLocal) {
- darkModeState = darkModeStateLocal === 'true';
- }
- toggleDarkMode(darkModeState);
- </script>
- <div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
- <div class="d-flex">
- <a href="./" class="navbar-brand">time1 documentation</a>
- <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
- </div>
- </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="d-none d-md-block menu">
- <compodoc-menu mode="normal"></compodoc-menu>
- </div>
- <!-- START CONTENT -->
- <div class="content overview">
- <div class="content-data">
- <ol class="breadcrumb">
- <li class="breadcrumb-item">Overview</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.0 (20210316.0004)
- -->
- <!-- Title: dependencies Pages: 1 -->
- <svg width="2118pt" height="284pt"
- viewBox="0.00 0.00 2118.00 284.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 280)">
- <title>dependencies</title>
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-280 2114,-280 2114,4 -4,4"/>
- <text text-anchor="start" x="1034.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
- <polygon fill="#ffffb3" stroke="transparent" points="821,-10 821,-30 841,-30 841,-10 821,-10"/>
- <text text-anchor="start" x="844.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
- <polygon fill="#8dd3c7" stroke="transparent" points="934,-10 934,-30 954,-30 954,-10 934,-10"/>
- <text text-anchor="start" x="957.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
- <polygon fill="#80b1d3" stroke="transparent" points="1020,-10 1020,-30 1040,-30 1040,-10 1020,-10"/>
- <text text-anchor="start" x="1043.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
- <polygon fill="#fdb462" stroke="transparent" points="1117,-10 1117,-30 1137,-30 1137,-10 1117,-10"/>
- <text text-anchor="start" x="1140.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
- <polygon fill="#fb8072" stroke="transparent" points="1213,-10 1213,-30 1233,-30 1233,-10 1213,-10"/>
- <text text-anchor="start" x="1236.73" y="-15.4" font-family="Times-12" font-size="14.00">  Exports</text>
- <g id="clust1" class="cluster">
- <title>cluster_AppModule</title>
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 298,-268 298,-70 8,-70"/>
- </g>
- <g id="clust2" class="cluster">
- <title>cluster_AppModule_declarations</title>
- <polygon fill="none" stroke="black" points="168,-78 168,-130 290,-130 290,-78 168,-78"/>
- </g>
- <g id="clust4" class="cluster">
- <title>cluster_AppModule_imports</title>
- <polygon fill="none" stroke="black" points="16,-78 16,-130 160,-130 160,-78 16,-78"/>
- </g>
- <g id="clust6" class="cluster">
- <title>cluster_AppModule_bootstrap</title>
- <polygon fill="none" stroke="black" points="96,-208 96,-260 220,-260 220,-208 96,-208"/>
- </g>
- <g id="clust14" class="cluster">
- <title>cluster_ExploreContainerComponentModule</title>
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="306,-70 306,-268 546,-268 546,-70 306,-70"/>
- </g>
- <g id="clust15" class="cluster">
- <title>cluster_ExploreContainerComponentModule_declarations</title>
- <polygon fill="none" stroke="black" points="328,-78 328,-130 524,-130 524,-78 328,-78"/>
- </g>
- <g id="clust18" class="cluster">
- <title>cluster_ExploreContainerComponentModule_exports</title>
- <polygon fill="none" stroke="black" points="326,-208 326,-260 526,-260 526,-208 326,-208"/>
- </g>
- <g id="clust21" class="cluster">
- <title>cluster_HomePageModule</title>
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="554,-70 554,-195 854,-195 854,-70 554,-70"/>
- </g>
- <g id="clust22" class="cluster">
- <title>cluster_HomePageModule_declarations</title>
- <polygon fill="none" stroke="black" points="752,-78 752,-130 846,-130 846,-78 752,-78"/>
- </g>
- <g id="clust24" class="cluster">
- <title>cluster_HomePageModule_imports</title>
- <polygon fill="none" stroke="black" points="562,-78 562,-130 744,-130 744,-78 562,-78"/>
- </g>
- <g id="clust34" class="cluster">
- <title>cluster_ProfilePageModule</title>
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="862,-70 862,-195 1170,-195 1170,-70 862,-70"/>
- </g>
- <g id="clust35" class="cluster">
- <title>cluster_ProfilePageModule_declarations</title>
- <polygon fill="none" stroke="black" points="1064,-78 1064,-130 1162,-130 1162,-78 1064,-78"/>
- </g>
- <g id="clust37" class="cluster">
- <title>cluster_ProfilePageModule_imports</title>
- <polygon fill="none" stroke="black" points="870,-78 870,-130 1056,-130 1056,-78 870,-78"/>
- </g>
- <g id="clust47" class="cluster">
- <title>cluster_ServicesPageModule</title>
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="1178,-70 1178,-195 1504,-195 1504,-70 1178,-70"/>
- </g>
- <g id="clust48" class="cluster">
- <title>cluster_ServicesPageModule_declarations</title>
- <polygon fill="none" stroke="black" points="1390,-78 1390,-130 1496,-130 1496,-78 1390,-78"/>
- </g>
- <g id="clust50" class="cluster">
- <title>cluster_ServicesPageModule_imports</title>
- <polygon fill="none" stroke="black" points="1186,-78 1186,-130 1382,-130 1382,-78 1186,-78"/>
- </g>
- <g id="clust60" class="cluster">
- <title>cluster_TabsPageModule</title>
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="1512,-70 1512,-195 1798,-195 1798,-70 1512,-70"/>
- </g>
- <g id="clust61" class="cluster">
- <title>cluster_TabsPageModule_declarations</title>
- <polygon fill="none" stroke="black" points="1704,-78 1704,-130 1790,-130 1790,-78 1704,-78"/>
- </g>
- <g id="clust63" class="cluster">
- <title>cluster_TabsPageModule_imports</title>
- <polygon fill="none" stroke="black" points="1520,-78 1520,-130 1696,-130 1696,-78 1520,-78"/>
- </g>
- <g id="clust73" class="cluster">
- <title>cluster_TasksPageModule</title>
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="1806,-70 1806,-195 2102,-195 2102,-70 1806,-70"/>
- </g>
- <g id="clust74" class="cluster">
- <title>cluster_TasksPageModule_declarations</title>
- <polygon fill="none" stroke="black" points="2002,-78 2002,-130 2094,-130 2094,-78 2002,-78"/>
- </g>
- <g id="clust76" class="cluster">
- <title>cluster_TasksPageModule_imports</title>
- <polygon fill="none" stroke="black" points="1814,-78 1814,-130 1994,-130 1994,-78 1814,-78"/>
- </g>
- <!-- AppComponent -->
- <g id="node1" class="node">
- <title>AppComponent</title>
- <polygon fill="#ffffb3" stroke="black" points="281.94,-122 176.06,-122 176.06,-86 281.94,-86 281.94,-122"/>
- <text text-anchor="middle" x="229" y="-99.8" font-family="Times,serif" font-size="14.00">AppComponent</text>
- </g>
- <!-- AppModule -->
- <g id="node2" class="node">
- <title>AppModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="199.66,-187 196.66,-191 175.66,-191 172.66,-187 116.34,-187 116.34,-151 199.66,-151 199.66,-187"/>
- <text text-anchor="middle" x="158" y="-164.8" font-family="Times,serif" font-size="14.00">AppModule</text>
- </g>
- <!-- AppComponent->AppModule -->
- <g id="edge1" class="edge">
- <title>AppComponent->AppModule</title>
- <path fill="none" stroke="black" d="M188.05,-122.11C188.05,-122.11 188.05,-140.99 188.05,-140.99"/>
- <polygon fill="black" stroke="black" points="184.55,-140.99 188.05,-150.99 191.55,-140.99 184.55,-140.99"/>
- </g>
- <!-- AppComponent -->
- <g id="node4" class="node">
- <title>AppComponent </title>
- <polygon fill="#80b1d3" stroke="black" points="212.44,-252 103.56,-252 103.56,-216 212.44,-216 212.44,-252"/>
- <text text-anchor="middle" x="158" y="-229.8" font-family="Times,serif" font-size="14.00">AppComponent </text>
- </g>
- <!-- AppModule->AppComponent -->
- <g id="edge3" class="edge">
- <title>AppModule->AppComponent </title>
- <path fill="none" stroke="black" stroke-dasharray="1,5" d="M158,-187.11C158,-187.11 158,-205.99 158,-205.99"/>
- <polygon fill="black" stroke="black" points="154.5,-205.99 158,-215.99 161.5,-205.99 154.5,-205.99"/>
- </g>
- <!-- AppRoutingModule -->
- <g id="node3" class="node">
- <title>AppRoutingModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="152.27,-122 149.27,-126 128.27,-126 125.27,-122 23.73,-122 23.73,-86 152.27,-86 152.27,-122"/>
- <text text-anchor="middle" x="88" y="-99.8" font-family="Times,serif" font-size="14.00">AppRoutingModule</text>
- </g>
- <!-- AppRoutingModule->AppModule -->
- <g id="edge2" class="edge">
- <title>AppRoutingModule->AppModule</title>
- <path fill="none" stroke="black" d="M134.28,-122.11C134.28,-122.11 134.28,-140.99 134.28,-140.99"/>
- <polygon fill="black" stroke="black" points="130.78,-140.99 134.28,-150.99 137.78,-140.99 130.78,-140.99"/>
- </g>
- <!-- ExploreContainerComponent -->
- <g id="node5" class="node">
- <title>ExploreContainerComponent</title>
- <polygon fill="#ffffb3" stroke="black" points="516.36,-122 335.64,-122 335.64,-86 516.36,-86 516.36,-122"/>
- <text text-anchor="middle" x="426" y="-99.8" font-family="Times,serif" font-size="14.00">ExploreContainerComponent</text>
- </g>
- <!-- ExploreContainerComponentModule -->
- <g id="node6" class="node">
- <title>ExploreContainerComponentModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="538.41,-187 535.41,-191 514.41,-191 511.41,-187 313.59,-187 313.59,-151 538.41,-151 538.41,-187"/>
- <text text-anchor="middle" x="426" y="-164.8" font-family="Times,serif" font-size="14.00">ExploreContainerComponentModule</text>
- </g>
- <!-- ExploreContainerComponent->ExploreContainerComponentModule -->
- <g id="edge4" class="edge">
- <title>ExploreContainerComponent->ExploreContainerComponentModule</title>
- <path fill="none" stroke="black" d="M426,-122.11C426,-122.11 426,-140.99 426,-140.99"/>
- <polygon fill="black" stroke="black" points="422.5,-140.99 426,-150.99 429.5,-140.99 422.5,-140.99"/>
- </g>
- <!-- ExploreContainerComponent -->
- <g id="node7" class="node">
- <title>ExploreContainerComponent </title>
- <polygon fill="#fb8072" stroke="black" points="518.36,-252 333.64,-252 333.64,-216 518.36,-216 518.36,-252"/>
- <text text-anchor="middle" x="426" y="-229.8" font-family="Times,serif" font-size="14.00">ExploreContainerComponent </text>
- </g>
- <!-- ExploreContainerComponentModule->ExploreContainerComponent -->
- <g id="edge5" class="edge">
- <title>ExploreContainerComponentModule->ExploreContainerComponent </title>
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M426,-187.11C426,-187.11 426,-205.99 426,-205.99"/>
- <polygon fill="black" stroke="black" points="422.5,-205.99 426,-215.99 429.5,-205.99 422.5,-205.99"/>
- </g>
- <!-- HomePage -->
- <g id="node8" class="node">
- <title>HomePage</title>
- <polygon fill="#ffffb3" stroke="black" points="837.92,-122 760.08,-122 760.08,-86 837.92,-86 837.92,-122"/>
- <text text-anchor="middle" x="799" y="-99.8" font-family="Times,serif" font-size="14.00">HomePage</text>
- </g>
- <!-- HomePageModule -->
- <g id="node9" class="node">
- <title>HomePageModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="779.47,-187 776.47,-191 755.47,-191 752.47,-187 658.53,-187 658.53,-151 779.47,-151 779.47,-187"/>
- <text text-anchor="middle" x="719" y="-164.8" font-family="Times,serif" font-size="14.00">HomePageModule</text>
- </g>
- <!-- HomePage->HomePageModule -->
- <g id="edge6" class="edge">
- <title>HomePage->HomePageModule</title>
- <path fill="none" stroke="black" d="M769.89,-122.11C769.89,-122.11 769.89,-140.99 769.89,-140.99"/>
- <polygon fill="black" stroke="black" points="766.39,-140.99 769.89,-150.99 773.39,-140.99 766.39,-140.99"/>
- </g>
- <!-- HomePageRoutingModule -->
- <g id="node10" class="node">
- <title>HomePageRoutingModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="736.09,-122 733.09,-126 712.09,-126 709.09,-122 569.91,-122 569.91,-86 736.09,-86 736.09,-122"/>
- <text text-anchor="middle" x="653" y="-99.8" font-family="Times,serif" font-size="14.00">HomePageRoutingModule</text>
- </g>
- <!-- HomePageRoutingModule->HomePageModule -->
- <g id="edge7" class="edge">
- <title>HomePageRoutingModule->HomePageModule</title>
- <path fill="none" stroke="black" d="M697.28,-122.11C697.28,-122.11 697.28,-140.99 697.28,-140.99"/>
- <polygon fill="black" stroke="black" points="693.78,-140.99 697.28,-150.99 700.78,-140.99 693.78,-140.99"/>
- </g>
- <!-- ProfilePage -->
- <g id="node11" class="node">
- <title>ProfilePage</title>
- <polygon fill="#ffffb3" stroke="black" points="1153.81,-122 1072.19,-122 1072.19,-86 1153.81,-86 1153.81,-122"/>
- <text text-anchor="middle" x="1113" y="-99.8" font-family="Times,serif" font-size="14.00">ProfilePage</text>
- </g>
- <!-- ProfilePageModule -->
- <g id="node12" class="node">
- <title>ProfilePageModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="1093.36,-187 1090.36,-191 1069.36,-191 1066.36,-187 968.64,-187 968.64,-151 1093.36,-151 1093.36,-187"/>
- <text text-anchor="middle" x="1031" y="-164.8" font-family="Times,serif" font-size="14.00">ProfilePageModule</text>
- </g>
- <!-- ProfilePage->ProfilePageModule -->
- <g id="edge8" class="edge">
- <title>ProfilePage->ProfilePageModule</title>
- <path fill="none" stroke="black" d="M1082.89,-122.11C1082.89,-122.11 1082.89,-140.99 1082.89,-140.99"/>
- <polygon fill="black" stroke="black" points="1079.39,-140.99 1082.89,-150.99 1086.39,-140.99 1079.39,-140.99"/>
- </g>
- <!-- ProfilePageRoutingModule -->
- <g id="node13" class="node">
- <title>ProfilePageRoutingModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="1047.98,-122 1044.98,-126 1023.98,-126 1020.98,-122 878.02,-122 878.02,-86 1047.98,-86 1047.98,-122"/>
- <text text-anchor="middle" x="963" y="-99.8" font-family="Times,serif" font-size="14.00">ProfilePageRoutingModule</text>
- </g>
- <!-- ProfilePageRoutingModule->ProfilePageModule -->
- <g id="edge9" class="edge">
- <title>ProfilePageRoutingModule->ProfilePageModule</title>
- <path fill="none" stroke="black" d="M1008.28,-122.11C1008.28,-122.11 1008.28,-140.99 1008.28,-140.99"/>
- <polygon fill="black" stroke="black" points="1004.78,-140.99 1008.28,-150.99 1011.78,-140.99 1004.78,-140.99"/>
- </g>
- <!-- ServicesPage -->
- <g id="node14" class="node">
- <title>ServicesPage</title>
- <polygon fill="#ffffb3" stroke="black" points="1488.13,-122 1397.87,-122 1397.87,-86 1488.13,-86 1488.13,-122"/>
- <text text-anchor="middle" x="1443" y="-99.8" font-family="Times,serif" font-size="14.00">ServicesPage</text>
- </g>
- <!-- ServicesPageModule -->
- <g id="node15" class="node">
- <title>ServicesPageModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="1423.18,-187 1420.18,-191 1399.18,-191 1396.18,-187 1288.82,-187 1288.82,-151 1423.18,-151 1423.18,-187"/>
- <text text-anchor="middle" x="1356" y="-164.8" font-family="Times,serif" font-size="14.00">ServicesPageModule</text>
- </g>
- <!-- ServicesPage->ServicesPageModule -->
- <g id="edge10" class="edge">
- <title>ServicesPage->ServicesPageModule</title>
- <path fill="none" stroke="black" d="M1410.39,-122.11C1410.39,-122.11 1410.39,-140.99 1410.39,-140.99"/>
- <polygon fill="black" stroke="black" points="1406.89,-140.99 1410.39,-150.99 1413.89,-140.99 1406.89,-140.99"/>
- </g>
- <!-- ServicesPageRoutingModule -->
- <g id="node16" class="node">
- <title>ServicesPageRoutingModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="1373.8,-122 1370.8,-126 1349.8,-126 1346.8,-122 1194.2,-122 1194.2,-86 1373.8,-86 1373.8,-122"/>
- <text text-anchor="middle" x="1284" y="-99.8" font-family="Times,serif" font-size="14.00">ServicesPageRoutingModule</text>
- </g>
- <!-- ServicesPageRoutingModule->ServicesPageModule -->
- <g id="edge11" class="edge">
- <title>ServicesPageRoutingModule->ServicesPageModule</title>
- <path fill="none" stroke="black" d="M1331.28,-122.11C1331.28,-122.11 1331.28,-140.99 1331.28,-140.99"/>
- <polygon fill="black" stroke="black" points="1327.78,-140.99 1331.28,-150.99 1334.78,-140.99 1327.78,-140.99"/>
- </g>
- <!-- TabsPage -->
- <g id="node17" class="node">
- <title>TabsPage</title>
- <polygon fill="#ffffb3" stroke="black" points="1782.42,-122 1711.58,-122 1711.58,-86 1782.42,-86 1782.42,-122"/>
- <text text-anchor="middle" x="1747" y="-99.8" font-family="Times,serif" font-size="14.00">TabsPage</text>
- </g>
- <!-- TabsPageModule -->
- <g id="node18" class="node">
- <title>TabsPageModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="1726.97,-187 1723.97,-191 1702.97,-191 1699.97,-187 1613.03,-187 1613.03,-151 1726.97,-151 1726.97,-187"/>
- <text text-anchor="middle" x="1670" y="-164.8" font-family="Times,serif" font-size="14.00">TabsPageModule</text>
- </g>
- <!-- TabsPage->TabsPageModule -->
- <g id="edge12" class="edge">
- <title>TabsPage->TabsPageModule</title>
- <path fill="none" stroke="black" d="M1719.39,-122.11C1719.39,-122.11 1719.39,-140.99 1719.39,-140.99"/>
- <polygon fill="black" stroke="black" points="1715.89,-140.99 1719.39,-150.99 1722.89,-140.99 1715.89,-140.99"/>
- </g>
- <!-- TabsPageRoutingModule -->
- <g id="node19" class="node">
- <title>TabsPageRoutingModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="1687.59,-122 1684.59,-126 1663.59,-126 1660.59,-122 1528.41,-122 1528.41,-86 1687.59,-86 1687.59,-122"/>
- <text text-anchor="middle" x="1608" y="-99.8" font-family="Times,serif" font-size="14.00">TabsPageRoutingModule</text>
- </g>
- <!-- TabsPageRoutingModule->TabsPageModule -->
- <g id="edge13" class="edge">
- <title>TabsPageRoutingModule->TabsPageModule</title>
- <path fill="none" stroke="black" d="M1650.28,-122.11C1650.28,-122.11 1650.28,-140.99 1650.28,-140.99"/>
- <polygon fill="black" stroke="black" points="1646.78,-140.99 1650.28,-150.99 1653.78,-140.99 1646.78,-140.99"/>
- </g>
- <!-- TasksPage -->
- <g id="node20" class="node">
- <title>TasksPage</title>
- <polygon fill="#ffffb3" stroke="black" points="2085.87,-122 2010.13,-122 2010.13,-86 2085.87,-86 2085.87,-122"/>
- <text text-anchor="middle" x="2048" y="-99.8" font-family="Times,serif" font-size="14.00">TasksPage</text>
- </g>
- <!-- TasksPageModule -->
- <g id="node21" class="node">
- <title>TasksPageModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="2028.92,-187 2025.92,-191 2004.92,-191 2001.92,-187 1909.08,-187 1909.08,-151 2028.92,-151 2028.92,-187"/>
- <text text-anchor="middle" x="1969" y="-164.8" font-family="Times,serif" font-size="14.00">TasksPageModule</text>
- </g>
- <!-- TasksPage->TasksPageModule -->
- <g id="edge14" class="edge">
- <title>TasksPage->TasksPageModule</title>
- <path fill="none" stroke="black" d="M2019.39,-122.11C2019.39,-122.11 2019.39,-140.99 2019.39,-140.99"/>
- <polygon fill="black" stroke="black" points="2015.89,-140.99 2019.39,-150.99 2022.89,-140.99 2015.89,-140.99"/>
- </g>
- <!-- TasksPageRoutingModule -->
- <g id="node22" class="node">
- <title>TasksPageRoutingModule</title>
- <polygon fill="#8dd3c7" stroke="black" points="1986.04,-122 1983.04,-126 1962.04,-126 1959.04,-122 1821.96,-122 1821.96,-86 1986.04,-86 1986.04,-122"/>
- <text text-anchor="middle" x="1904" y="-99.8" font-family="Times,serif" font-size="14.00">TasksPageRoutingModule</text>
- </g>
- <!-- TasksPageRoutingModule->TasksPageModule -->
- <g id="edge15" class="edge">
- <title>TasksPageRoutingModule->TasksPageModule</title>
- <path fill="none" stroke="black" d="M1947.78,-122.11C1947.78,-122.11 1947.78,-140.99 1947.78,-140.99"/>
- <polygon fill="black" stroke="black" points="1944.28,-140.99 1947.78,-150.99 1951.28,-140.99 1944.28,-140.99"/>
- </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">
- <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>
-
- <div class="tab-content overview">
- <div class="row">
- <div class="col-sm-3">
- <div class="card text-center">
- <div class="card-block">
- <h4 class="card-title"><span class="icon ion-ios-archive"></span></h4>
- <p class="card-text">
- <a href="./modules.html">13 Modules</a>
- </p>
- </div>
- </div>
- </div>
- <div class="col-sm-3">
- <div class="card text-center">
- <div class="card-block">
- <h4 class="card-title"><span class="icon ion-md-cog"></span></h4>
- <p class="card-text">7 Components</p>
- </div>
- </div>
- </div>
- <div class="col-sm-3">
- <div class="card text-center">
- <div class="card-block">
- <h4 class="card-title"><span class="icon ion-ios-git-branch"></span></h4>
- <p class="card-text">
- <a href="./routes.html">31 Routes</a>
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script src="js/libs/svg-pan-zoom.min.js"></script>
- <script src="js/svg-pan-zoom.controls.js"></script>
- </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 = 0;
- var COMPODOC_CURRENT_PAGE_CONTEXT = 'overview';
- var COMPODOC_CURRENT_PAGE_URL = 'index.html';
- var MAX_SEARCH_RESULTS = 15;
- </script>
- <script>
- $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
- checkToggle(darkModeState);
- if ($darkModeToggleSwitchers.length > 0) {
- for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
- $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
- darkModeState = !darkModeState;
- toggleDarkMode(darkModeState);
- });
- }
- }
- </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>
|