UNPKG

carbon-components-angular

Version:
604 lines (539 loc) 26.3 kB
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>carbon-components-angular 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"> <style> footer.carbon { position: absolute; bottom: 0; width: 100%; z-index: 9999; } #root > div { /* * Subtracting the height of the footer to prevent * overlaying the footer ontop of content */ height: calc(100vh - 48px); } </style> </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">carbon-components-angular 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 module"> <div class="content-data"> <ol class="breadcrumb"> <li class="breadcrumb-item">Modules</li> <li class="breadcrumb-item" >TabsModule</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="954pt" height="284pt" viewBox="0.00 0.00 954.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 950,-280 950,4 -4,4"/> <text text-anchor="start" x="452.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text> <polygon fill="#ffffb3" stroke="transparent" points="239,-10 239,-30 259,-30 259,-10 239,-10"/> <text text-anchor="start" x="262.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text> <polygon fill="#8dd3c7" stroke="transparent" points="352,-10 352,-30 372,-30 372,-10 352,-10"/> <text text-anchor="start" x="375.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text> <polygon fill="#80b1d3" stroke="transparent" points="438,-10 438,-30 458,-30 458,-10 438,-10"/> <text text-anchor="start" x="461.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text> <polygon fill="#fdb462" stroke="transparent" points="535,-10 535,-30 555,-30 555,-10 535,-10"/> <text text-anchor="start" x="558.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text> <polygon fill="#fb8072" stroke="transparent" points="631,-10 631,-30 651,-30 651,-10 631,-10"/> <text text-anchor="start" x="654.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text> <g id="clust1" class="cluster"> <title>cluster_TabsModule</title> <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 938,-268 938,-70 8,-70"/> </g> <g id="clust2" class="cluster"> <title>cluster_TabsModule_declarations</title> <polygon fill="none" stroke="black" points="230,-78 230,-130 930,-130 930,-78 230,-78"/> </g> <g id="clust10" class="cluster"> <title>cluster_TabsModule_imports</title> <polygon fill="none" stroke="black" points="16,-78 16,-130 222,-130 222,-78 16,-78"/> </g> <g id="clust11" class="cluster"> <title>cluster_TabsModule_exports</title> <polygon fill="none" stroke="black" points="164,-208 164,-260 755,-260 755,-208 164,-208"/> </g> <!-- BaseTabHeader --> <g id="node1" class="node"> <title>BaseTabHeader</title> <polygon fill="#ffffb3" stroke="black" points="921.89,-122 816.11,-122 816.11,-86 921.89,-86 921.89,-122"/> <text text-anchor="middle" x="869" y="-99.8" font-family="Times,serif" font-size="14.00">BaseTabHeader</text> </g> <!-- TabsModule --> <g id="node8" class="node"> <title>TabsModule</title> <polygon fill="#8dd3c7" stroke="black" points="499.26,-187 496.26,-191 475.26,-191 472.26,-187 412.74,-187 412.74,-151 499.26,-151 499.26,-187"/> <text text-anchor="middle" x="456" y="-164.8" font-family="Times,serif" font-size="14.00">TabsModule</text> </g> <!-- BaseTabHeader&#45;&gt;TabsModule --> <g id="edge1" class="edge"> <title>BaseTabHeader&#45;&gt;TabsModule</title> <path fill="none" stroke="black" d="M869,-122.22C869,-142.37 869,-172 869,-172 869,-172 509.42,-172 509.42,-172"/> <polygon fill="black" stroke="black" points="509.42,-168.5 499.42,-172 509.42,-175.5 509.42,-168.5"/> </g> <!-- Tab --> <g id="node2" class="node"> <title>Tab</title> <polygon fill="#ffffb3" stroke="black" points="798,-122 744,-122 744,-86 798,-86 798,-122"/> <text text-anchor="middle" x="771" y="-99.8" font-family="Times,serif" font-size="14.00">Tab</text> </g> <!-- Tab&#45;&gt;TabsModule --> <g id="edge2" class="edge"> <title>Tab&#45;&gt;TabsModule</title> <path fill="none" stroke="black" d="M772.5,-122.22C772.5,-140.83 772.5,-167 772.5,-167 772.5,-167 509.34,-167 509.34,-167"/> <polygon fill="black" stroke="black" points="509.34,-163.5 499.34,-167 509.34,-170.5 509.34,-163.5"/> </g> <!-- TabHeader --> <g id="node3" class="node"> <title>TabHeader</title> <polygon fill="#ffffb3" stroke="black" points="726.18,-122 647.82,-122 647.82,-86 726.18,-86 726.18,-122"/> <text text-anchor="middle" x="687" y="-99.8" font-family="Times,serif" font-size="14.00">TabHeader</text> </g> <!-- TabHeader&#45;&gt;TabsModule --> <g id="edge3" class="edge"> <title>TabHeader&#45;&gt;TabsModule</title> <path fill="none" stroke="black" d="M661.38,-122.03C661.38,-139.06 661.38,-162 661.38,-162 661.38,-162 509.55,-162 509.55,-162"/> <polygon fill="black" stroke="black" points="509.55,-158.5 499.55,-162 509.55,-165.5 509.55,-158.5"/> </g> <!-- TabHeaderGroup --> <g id="node4" class="node"> <title>TabHeaderGroup</title> <polygon fill="#ffffb3" stroke="black" points="629.95,-122 516.05,-122 516.05,-86 629.95,-86 629.95,-122"/> <text text-anchor="middle" x="573" y="-99.8" font-family="Times,serif" font-size="14.00">TabHeaderGroup</text> </g> <!-- TabHeaderGroup&#45;&gt;TabsModule --> <g id="edge4" class="edge"> <title>TabHeaderGroup&#45;&gt;TabsModule</title> <path fill="none" stroke="black" d="M545.38,-122.24C545.38,-137.57 545.38,-157 545.38,-157 545.38,-157 509.38,-157 509.38,-157"/> <polygon fill="black" stroke="black" points="509.38,-153.5 499.38,-157 509.38,-160.5 509.38,-153.5"/> </g> <!-- TabHeaders --> <g id="node5" class="node"> <title>TabHeaders</title> <polygon fill="#ffffb3" stroke="black" points="497.62,-122 414.38,-122 414.38,-86 497.62,-86 497.62,-122"/> <text text-anchor="middle" x="456" y="-99.8" font-family="Times,serif" font-size="14.00">TabHeaders</text> </g> <!-- TabHeaders&#45;&gt;TabsModule --> <g id="edge5" class="edge"> <title>TabHeaders&#45;&gt;TabsModule</title> <path fill="none" stroke="black" d="M456,-122.11C456,-122.11 456,-140.99 456,-140.99"/> <polygon fill="black" stroke="black" points="452.5,-140.99 456,-150.99 459.5,-140.99 452.5,-140.99"/> </g> <!-- TabSkeleton --> <g id="node6" class="node"> <title>TabSkeleton</title> <polygon fill="#ffffb3" stroke="black" points="396.26,-122 309.74,-122 309.74,-86 396.26,-86 396.26,-122"/> <text text-anchor="middle" x="353" y="-99.8" font-family="Times,serif" font-size="14.00">TabSkeleton</text> </g> <!-- TabSkeleton&#45;&gt;TabsModule --> <g id="edge6" class="edge"> <title>TabSkeleton&#45;&gt;TabsModule</title> <path fill="none" stroke="black" d="M374.41,-122.24C374.41,-137.57 374.41,-157 374.41,-157 374.41,-157 402.34,-157 402.34,-157"/> <polygon fill="black" stroke="black" points="402.34,-160.5 412.34,-157 402.34,-153.5 402.34,-160.5"/> </g> <!-- Tabs --> <g id="node7" class="node"> <title>Tabs</title> <polygon fill="#ffffb3" stroke="black" points="292,-122 238,-122 238,-86 292,-86 292,-122"/> <text text-anchor="middle" x="265" y="-99.8" font-family="Times,serif" font-size="14.00">Tabs</text> </g> <!-- Tabs&#45;&gt;TabsModule --> <g id="edge7" class="edge"> <title>Tabs&#45;&gt;TabsModule</title> <path fill="none" stroke="black" d="M267.93,-122.03C267.93,-139.06 267.93,-162 267.93,-162 267.93,-162 402.38,-162 402.38,-162"/> <polygon fill="black" stroke="black" points="402.38,-165.5 412.38,-162 402.38,-158.5 402.38,-165.5"/> </g> <!-- Tab --> <g id="node11" class="node"> <title>Tab </title> <polygon fill="#fb8072" stroke="black" points="747,-252 693,-252 693,-216 747,-216 747,-252"/> <text text-anchor="middle" x="720" y="-229.8" font-family="Times,serif" font-size="14.00">Tab </text> </g> <!-- TabsModule&#45;&gt;Tab --> <g id="edge10" class="edge"> <title>TabsModule&#45;&gt;Tab </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M499.3,-177C571.71,-177 709.54,-177 709.54,-177 709.54,-177 709.54,-205.96 709.54,-205.96"/> <polygon fill="black" stroke="black" points="706.04,-205.96 709.54,-215.96 713.04,-205.96 706.04,-205.96"/> </g> <!-- TabHeader --> <g id="node12" class="node"> <title>TabHeader </title> <polygon fill="#fb8072" stroke="black" points="674.68,-252 593.32,-252 593.32,-216 674.68,-216 674.68,-252"/> <text text-anchor="middle" x="634" y="-229.8" font-family="Times,serif" font-size="14.00">TabHeader </text> </g> <!-- TabsModule&#45;&gt;TabHeader --> <g id="edge11" class="edge"> <title>TabsModule&#45;&gt;TabHeader </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M499.33,-182C545.36,-182 611.57,-182 611.57,-182 611.57,-182 611.57,-205.81 611.57,-205.81"/> <polygon fill="black" stroke="black" points="608.07,-205.81 611.57,-215.81 615.07,-205.81 608.07,-205.81"/> </g> <!-- TabHeaderGroup --> <g id="node13" class="node"> <title>TabHeaderGroup </title> <polygon fill="#fb8072" stroke="black" points="574.95,-252 457.05,-252 457.05,-216 574.95,-216 574.95,-252"/> <text text-anchor="middle" x="516" y="-229.8" font-family="Times,serif" font-size="14.00">TabHeaderGroup </text> </g> <!-- TabsModule&#45;&gt;TabHeaderGroup --> <g id="edge12" class="edge"> <title>TabsModule&#45;&gt;TabHeaderGroup </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M478.33,-187.11C478.33,-187.11 478.33,-205.99 478.33,-205.99"/> <polygon fill="black" stroke="black" points="474.83,-205.99 478.33,-215.99 481.83,-205.99 474.83,-205.99"/> </g> <!-- TabHeaders --> <g id="node14" class="node"> <title>TabHeaders </title> <polygon fill="#fb8072" stroke="black" points="439.62,-252 352.38,-252 352.38,-216 439.62,-216 439.62,-252"/> <text text-anchor="middle" x="396" y="-229.8" font-family="Times,serif" font-size="14.00">TabHeaders </text> </g> <!-- TabsModule&#45;&gt;TabHeaders --> <g id="edge13" class="edge"> <title>TabsModule&#45;&gt;TabHeaders </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M426.09,-187.11C426.09,-187.11 426.09,-205.99 426.09,-205.99"/> <polygon fill="black" stroke="black" points="422.59,-205.99 426.09,-215.99 429.59,-205.99 422.59,-205.99"/> </g> <!-- TabSkeleton --> <g id="node15" class="node"> <title>TabSkeleton </title> <polygon fill="#fb8072" stroke="black" points="334.26,-252 243.74,-252 243.74,-216 334.26,-216 334.26,-252"/> <text text-anchor="middle" x="289" y="-229.8" font-family="Times,serif" font-size="14.00">TabSkeleton </text> </g> <!-- TabsModule&#45;&gt;TabSkeleton --> <g id="edge14" class="edge"> <title>TabsModule&#45;&gt;TabSkeleton </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M412.45,-182C373.29,-182 321.88,-182 321.88,-182 321.88,-182 321.88,-205.81 321.88,-205.81"/> <polygon fill="black" stroke="black" points="318.38,-205.81 321.88,-215.81 325.38,-205.81 318.38,-205.81"/> </g> <!-- Tabs --> <g id="node16" class="node"> <title>Tabs </title> <polygon fill="#fb8072" stroke="black" points="226,-252 172,-252 172,-216 226,-216 226,-252"/> <text text-anchor="middle" x="199" y="-229.8" font-family="Times,serif" font-size="14.00">Tabs </text> </g> <!-- TabsModule&#45;&gt;Tabs --> <g id="edge15" class="edge"> <title>TabsModule&#45;&gt;Tabs </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M412.68,-177C344.49,-177 219.8,-177 219.8,-177 219.8,-177 219.8,-205.96 219.8,-205.96"/> <polygon fill="black" stroke="black" points="216.3,-205.96 219.8,-215.96 223.3,-205.96 216.3,-205.96"/> </g> <!-- I18nModule --> <g id="node9" class="node"> <title>I18nModule</title> <polygon fill="#8dd3c7" stroke="black" points="213.71,-122 210.71,-126 189.71,-126 186.71,-122 128.29,-122 128.29,-86 213.71,-86 213.71,-122"/> <text text-anchor="middle" x="171" y="-99.8" font-family="Times,serif" font-size="14.00">I18nModule</text> </g> <!-- I18nModule&#45;&gt;TabsModule --> <g id="edge8" class="edge"> <title>I18nModule&#45;&gt;TabsModule</title> <path fill="none" stroke="black" d="M192.8,-122.22C192.8,-140.83 192.8,-167 192.8,-167 192.8,-167 402.54,-167 402.54,-167"/> <polygon fill="black" stroke="black" points="402.54,-170.5 412.54,-167 402.54,-163.5 402.54,-170.5"/> </g> <!-- UtilsModule --> <g id="node10" class="node"> <title>UtilsModule</title> <polygon fill="#8dd3c7" stroke="black" points="110.27,-122 107.27,-126 86.27,-126 83.27,-122 23.73,-122 23.73,-86 110.27,-86 110.27,-122"/> <text text-anchor="middle" x="67" y="-99.8" font-family="Times,serif" font-size="14.00">UtilsModule</text> </g> <!-- UtilsModule&#45;&gt;TabsModule --> <g id="edge9" class="edge"> <title>UtilsModule&#45;&gt;TabsModule</title> <path fill="none" stroke="black" d="M67,-122.22C67,-142.37 67,-172 67,-172 67,-172 402.51,-172 402.51,-172"/> <polygon fill="black" stroke="black" points="402.51,-175.5 412.51,-172 402.51,-168.5 402.51,-175.5"/> </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> <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="nav-item"> <a href="#info" class="nav-link" class="nav-link active" role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a> </li> <li class="nav-item"> <a href="#source" class="nav-link" role="tab" id="source-tab" data-bs-toggle="tab" data-link="source">Source</a> </li> </ul> <div class="tab-content"> <div class="tab-pane fade active in" id="info"> <p class="comment"> <h3>File</h3> </p> <p class="comment"> <code>src/tabs/tabs.module.ts</code> </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" rel="noopener noreferrer" title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3> <ul class="list-group"> <li class="list-group-item"> <a href="../components/BaseTabHeader.html">BaseTabHeader</a> </li> <li class="list-group-item"> <a href="../components/Tab.html">Tab</a> </li> <li class="list-group-item"> <a href="../directives/TabHeader.html">TabHeader</a> </li> <li class="list-group-item"> <a href="../components/TabHeaderGroup.html">TabHeaderGroup</a> </li> <li class="list-group-item"> <a href="../components/TabHeaders.html">TabHeaders</a> </li> <li class="list-group-item"> <a href="../components/TabSkeleton.html">TabSkeleton</a> </li> <li class="list-group-item"> <a href="../components/Tabs.html">Tabs</a> </li> </ul> </div> <div class="col-sm-3"> <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer" title="Official documentation about module imports"><span class="icon ion-ios-information-circle-outline"></a></h3> <ul class="list-group"> <li class="list-group-item"> <a href="../modules/I18nModule.html">I18nModule</a> </li> <li class="list-group-item"> <a href="../modules/UtilsModule.html">UtilsModule</a> </li> </ul> </div> <div class="col-sm-3"> <h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer" title="Official documentation about module exports"><span class="icon ion-ios-information-circle-outline"></a></h3> <ul class="list-group"> <li class="list-group-item"> <a href="../components/Tab.html">Tab</a> </li> <li class="list-group-item"> <a href="../directives/TabHeader.html">TabHeader</a> </li> <li class="list-group-item"> <a href="../components/TabHeaderGroup.html">TabHeaderGroup</a> </li> <li class="list-group-item"> <a href="../components/TabHeaders.html">TabHeaders</a> </li> <li class="list-group-item"> <a href="../components/TabSkeleton.html">TabSkeleton</a> </li> <li class="list-group-item"> <a href="../components/Tabs.html">Tabs</a> </li> </ul> </div> </div> </div> </div> <div class="tab-pane fade tab-source-code" id="source"> <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { NgModule } from &quot;@angular/core&quot;; import { CommonModule } from &quot;@angular/common&quot;; import { UtilsModule } from &quot;carbon-components-angular/utils&quot;; import { I18nModule } from &quot;carbon-components-angular/i18n&quot;; import { TabSkeleton } from &quot;./tab-skeleton.component&quot;; import { BaseTabHeader } from &quot;./base-tab-header.component&quot;; import { Tabs } from &quot;./tabs.component&quot;; import { Tab } from &quot;./tab.component&quot;; import { TabHeader } from &quot;./tab-header.directive&quot;; import { TabHeaders } from &quot;./tab-headers.component&quot;; import { TabHeaderGroup } from &quot;./tab-header-group.component&quot;; @NgModule({ declarations: [ BaseTabHeader, Tabs, Tab, TabHeader, TabHeaders, TabHeaderGroup, TabSkeleton ], exports: [ Tabs, Tab, TabHeader, TabHeaders, TabHeaderGroup, TabSkeleton ], imports: [ CommonModule, UtilsModule, I18nModule ] }) export class TabsModule {} </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 = 'TabsModule.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> <footer class="carbon"> <dds-footer-container key="footer" disable-locale-button="true" size="micro" /> </footer> <script key="8" type="module" src="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/tag/v1/latest/footer.min.js"> </script> <!-- Storybook override --> <script> document.title = "Carbon Components Angular"; </script> <script src="//1.www.s81c.com/common/stats/ibm-common.js" type="text/javascript" async="async"> </script> </body> </html>