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="clust11" class="cluster"> <title>cluster_TabsModule_exports</title> <polygon fill="none" stroke="black" points="181,-208 181,-260 772,-260 772,-208 181,-208"/> </g> <g id="clust10" class="cluster"> <title>cluster_TabsModule_imports</title> <polygon fill="none" stroke="black" points="724,-78 724,-130 930,-130 930,-78 724,-78"/> </g> <g id="clust2" class="cluster"> <title>cluster_TabsModule_declarations</title> <polygon fill="none" stroke="black" points="16,-78 16,-130 716,-130 716,-78 16,-78"/> </g> <!-- BaseTabHeader --> <g id="node1" class="node"> <title>BaseTabHeader</title> <polygon fill="#ffffb3" stroke="black" points="707.89,-122 602.11,-122 602.11,-86 707.89,-86 707.89,-122"/> <text text-anchor="middle" x="655" 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="516.26,-187 513.26,-191 492.26,-191 489.26,-187 429.74,-187 429.74,-151 516.26,-151 516.26,-187"/> <text text-anchor="middle" x="473" 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="M606.23,-122.03C606.23,-139.06 606.23,-162 606.23,-162 606.23,-162 526.63,-162 526.63,-162"/> <polygon fill="black" stroke="black" points="526.63,-158.5 516.63,-162 526.63,-165.5 526.63,-158.5"/> </g> <!-- Tab --> <g id="node2" class="node"> <title>Tab</title> <polygon fill="#ffffb3" stroke="black" points="584,-122 530,-122 530,-86 584,-86 584,-122"/> <text text-anchor="middle" x="557" 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="M557,-122.24C557,-137.57 557,-157 557,-157 557,-157 526.48,-157 526.48,-157"/> <polygon fill="black" stroke="black" points="526.48,-153.5 516.48,-157 526.48,-160.5 526.48,-153.5"/> </g> <!-- TabHeader --> <g id="node3" class="node"> <title>TabHeader</title> <polygon fill="#ffffb3" stroke="black" points="512.18,-122 433.82,-122 433.82,-86 512.18,-86 512.18,-122"/> <text text-anchor="middle" x="473" 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="M473,-122.11C473,-122.11 473,-140.99 473,-140.99"/> <polygon fill="black" stroke="black" points="469.5,-140.99 473,-150.99 476.5,-140.99 469.5,-140.99"/> </g> <!-- TabHeaderGroup --> <g id="node4" class="node"> <title>TabHeaderGroup</title> <polygon fill="#ffffb3" stroke="black" points="415.95,-122 302.05,-122 302.05,-86 415.95,-86 415.95,-122"/> <text text-anchor="middle" x="359" 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="M392.71,-122.24C392.71,-137.57 392.71,-157 392.71,-157 392.71,-157 419.56,-157 419.56,-157"/> <polygon fill="black" stroke="black" points="419.56,-160.5 429.56,-157 419.56,-153.5 419.56,-160.5"/> </g> <!-- TabHeaders --> <g id="node5" class="node"> <title>TabHeaders</title> <polygon fill="#ffffb3" stroke="black" points="283.62,-122 200.38,-122 200.38,-86 283.62,-86 283.62,-122"/> <text text-anchor="middle" x="242" 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="M272.34,-122.03C272.34,-139.06 272.34,-162 272.34,-162 272.34,-162 419.46,-162 419.46,-162"/> <polygon fill="black" stroke="black" points="419.46,-165.5 429.46,-162 419.46,-158.5 419.46,-165.5"/> </g> <!-- TabSkeleton --> <g id="node6" class="node"> <title>TabSkeleton</title> <polygon fill="#ffffb3" stroke="black" points="182.26,-122 95.74,-122 95.74,-86 182.26,-86 182.26,-122"/> <text text-anchor="middle" x="139" 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="M139,-122.22C139,-140.83 139,-167 139,-167 139,-167 419.68,-167 419.68,-167"/> <polygon fill="black" stroke="black" points="419.68,-170.5 429.68,-167 419.68,-163.5 419.68,-170.5"/> </g> <!-- Tabs --> <g id="node7" class="node"> <title>Tabs</title> <polygon fill="#ffffb3" stroke="black" points="78,-122 24,-122 24,-86 78,-86 78,-122"/> <text text-anchor="middle" x="51" 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="M51,-122.22C51,-142.37 51,-172 51,-172 51,-172 419.43,-172 419.43,-172"/> <polygon fill="black" stroke="black" points="419.43,-175.5 429.43,-172 419.43,-168.5 419.43,-175.5"/> </g> <!-- Tab --> <g id="node11" class="node"> <title>Tab </title> <polygon fill="#fb8072" stroke="black" points="764,-252 710,-252 710,-216 764,-216 764,-252"/> <text text-anchor="middle" x="737" 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="M516.45,-177C587.52,-177 720.81,-177 720.81,-177 720.81,-177 720.81,-205.96 720.81,-205.96"/> <polygon fill="black" stroke="black" points="717.31,-205.96 720.81,-215.96 724.31,-205.96 717.31,-205.96"/> </g> <!-- TabHeader --> <g id="node12" class="node"> <title>TabHeader </title> <polygon fill="#fb8072" stroke="black" points="691.68,-252 610.32,-252 610.32,-216 691.68,-216 691.68,-252"/> <text text-anchor="middle" x="651" 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="M516.54,-182C569.24,-182 651,-182 651,-182 651,-182 651,-205.81 651,-205.81"/> <polygon fill="black" stroke="black" points="647.5,-205.81 651,-215.81 654.5,-205.81 647.5,-205.81"/> </g> <!-- TabHeaderGroup --> <g id="node13" class="node"> <title>TabHeaderGroup </title> <polygon fill="#fb8072" stroke="black" points="591.95,-252 474.05,-252 474.05,-216 591.95,-216 591.95,-252"/> <text text-anchor="middle" x="533" 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="M495.33,-187.11C495.33,-187.11 495.33,-205.99 495.33,-205.99"/> <polygon fill="black" stroke="black" points="491.83,-205.99 495.33,-215.99 498.83,-205.99 491.83,-205.99"/> </g> <!-- TabHeaders --> <g id="node14" class="node"> <title>TabHeaders </title> <polygon fill="#fb8072" stroke="black" points="456.62,-252 369.38,-252 369.38,-216 456.62,-216 456.62,-252"/> <text text-anchor="middle" x="413" 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="M443.09,-187.11C443.09,-187.11 443.09,-205.99 443.09,-205.99"/> <polygon fill="black" stroke="black" points="439.59,-205.99 443.09,-215.99 446.59,-205.99 439.59,-205.99"/> </g> <!-- TabSkeleton --> <g id="node15" class="node"> <title>TabSkeleton </title> <polygon fill="#fb8072" stroke="black" points="351.26,-252 260.74,-252 260.74,-216 351.26,-216 351.26,-252"/> <text text-anchor="middle" x="306" 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="M429.47,-182C386.3,-182 326.58,-182 326.58,-182 326.58,-182 326.58,-205.81 326.58,-205.81"/> <polygon fill="black" stroke="black" points="323.08,-205.81 326.58,-215.81 330.08,-205.81 323.08,-205.81"/> </g> <!-- Tabs --> <g id="node16" class="node"> <title>Tabs </title> <polygon fill="#fb8072" stroke="black" points="243,-252 189,-252 189,-216 243,-216 243,-252"/> <text text-anchor="middle" x="216" 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="M429.5,-177C357.54,-177 221.59,-177 221.59,-177 221.59,-177 221.59,-205.96 221.59,-205.96"/> <polygon fill="black" stroke="black" points="218.09,-205.96 221.59,-215.96 225.09,-205.96 218.09,-205.96"/> </g> <!-- I18nModule --> <g id="node9" class="node"> <title>I18nModule</title> <polygon fill="#8dd3c7" stroke="black" points="921.71,-122 918.71,-126 897.71,-126 894.71,-122 836.29,-122 836.29,-86 921.71,-86 921.71,-122"/> <text text-anchor="middle" x="879" 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="M879,-122.22C879,-142.37 879,-172 879,-172 879,-172 526.45,-172 526.45,-172"/> <polygon fill="black" stroke="black" points="526.45,-168.5 516.45,-172 526.45,-175.5 526.45,-168.5"/> </g> <!-- UtilsModule --> <g id="node10" class="node"> <title>UtilsModule</title> <polygon fill="#8dd3c7" stroke="black" points="818.27,-122 815.27,-126 794.27,-126 791.27,-122 731.73,-122 731.73,-86 818.27,-86 818.27,-122"/> <text text-anchor="middle" x="775" 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="M747.81,-122.22C747.81,-140.83 747.81,-167 747.81,-167 747.81,-167 526.54,-167 526.54,-167"/> <polygon fill="black" stroke="black" points="526.54,-163.5 516.54,-167 526.54,-170.5 526.54,-163.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>