UNPKG

carbon-components-angular

Version:
799 lines (734 loc) 37.6 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" >ModalModule</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="2127pt" height="284pt" viewBox="0.00 0.00 2127.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 2123,-280 2123,4 -4,4"/> <text text-anchor="start" x="1038.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text> <polygon fill="#ffffb3" stroke="transparent" points="825.5,-10 825.5,-30 845.5,-30 845.5,-10 825.5,-10"/> <text text-anchor="start" x="849.13" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text> <polygon fill="#8dd3c7" stroke="transparent" points="938.5,-10 938.5,-30 958.5,-30 958.5,-10 938.5,-10"/> <text text-anchor="start" x="962.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text> <polygon fill="#80b1d3" stroke="transparent" points="1024.5,-10 1024.5,-30 1044.5,-30 1044.5,-10 1024.5,-10"/> <text text-anchor="start" x="1048.28" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text> <polygon fill="#fdb462" stroke="transparent" points="1121.5,-10 1121.5,-30 1141.5,-30 1141.5,-10 1121.5,-10"/> <text text-anchor="start" x="1145.17" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text> <polygon fill="#fb8072" stroke="transparent" points="1217.5,-10 1217.5,-30 1237.5,-30 1237.5,-10 1217.5,-10"/> <text text-anchor="start" x="1241.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text> <g id="clust1" class="cluster"> <title>cluster_ModalModule</title> <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 2111,-268 2111,-70 8,-70"/> </g> <g id="clust13" class="cluster"> <title>cluster_ModalModule_imports</title> <polygon fill="none" stroke="black" points="1487,-78 1487,-130 2103,-130 2103,-78 1487,-78"/> </g> <g id="clust16" class="cluster"> <title>cluster_ModalModule_providers</title> <polygon fill="none" stroke="black" points="1147,-78 1147,-130 1479,-130 1479,-78 1147,-78"/> </g> <g id="clust2" class="cluster"> <title>cluster_ModalModule_declarations</title> <polygon fill="none" stroke="black" points="16,-78 16,-130 1139,-130 1139,-78 16,-78"/> </g> <g id="clust14" class="cluster"> <title>cluster_ModalModule_exports</title> <polygon fill="none" stroke="black" points="387,-208 387,-260 1458,-260 1458,-208 387,-208"/> </g> <!-- AlertModal --> <g id="node1" class="node"> <title>AlertModal</title> <polygon fill="#ffffb3" stroke="black" points="1130.81,-122 1049.19,-122 1049.19,-86 1130.81,-86 1130.81,-122"/> <text text-anchor="middle" x="1090" y="-99.8" font-family="Times,serif" font-size="14.00">AlertModal</text> </g> <!-- ModalModule --> <g id="node11" class="node"> <title>ModalModule</title> <polygon fill="#8dd3c7" stroke="black" points="1039.1,-187 1036.1,-191 1015.1,-191 1012.1,-187 942.9,-187 942.9,-151 1039.1,-151 1039.1,-187"/> <text text-anchor="middle" x="991" y="-164.8" font-family="Times,serif" font-size="14.00">ModalModule</text> </g> <!-- AlertModal&#45;&gt;ModalModule --> <g id="edge1" class="edge"> <title>AlertModal&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M1049.14,-104C1041.03,-104 1034.96,-104 1034.96,-104 1034.96,-104 1034.96,-140.89 1034.96,-140.89"/> <polygon fill="black" stroke="black" points="1031.47,-140.89 1034.96,-150.89 1038.47,-140.89 1031.47,-140.89"/> </g> <!-- BaseModal --> <g id="node2" class="node"> <title>BaseModal</title> <polygon fill="#ffffb3" stroke="black" points="1030.76,-122 951.24,-122 951.24,-86 1030.76,-86 1030.76,-122"/> <text text-anchor="middle" x="991" y="-99.8" font-family="Times,serif" font-size="14.00">BaseModal</text> </g> <!-- BaseModal&#45;&gt;ModalModule --> <g id="edge2" class="edge"> <title>BaseModal&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M991,-122.11C991,-122.11 991,-140.99 991,-140.99"/> <polygon fill="black" stroke="black" points="987.5,-140.99 991,-150.99 994.5,-140.99 987.5,-140.99"/> </g> <!-- Modal --> <g id="node3" class="node"> <title>Modal</title> <polygon fill="#ffffb3" stroke="black" points="933,-122 879,-122 879,-86 933,-86 933,-122"/> <text text-anchor="middle" x="906" y="-99.8" font-family="Times,serif" font-size="14.00">Modal</text> </g> <!-- Modal&#45;&gt;ModalModule --> <g id="edge3" class="edge"> <title>Modal&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M933.14,-104C940.77,-104 947.04,-104 947.04,-104 947.04,-104 947.04,-140.89 947.04,-140.89"/> <polygon fill="black" stroke="black" points="943.54,-140.89 947.04,-150.89 950.54,-140.89 943.54,-140.89"/> </g> <!-- ModalContent --> <g id="node4" class="node"> <title>ModalContent</title> <polygon fill="#ffffb3" stroke="black" points="861.38,-122 764.62,-122 764.62,-86 861.38,-86 861.38,-122"/> <text text-anchor="middle" x="813" y="-99.8" font-family="Times,serif" font-size="14.00">ModalContent</text> </g> <!-- ModalContent&#45;&gt;ModalModule --> <g id="edge4" class="edge"> <title>ModalContent&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M839.57,-122.05C839.57,-136.37 839.57,-154 839.57,-154 839.57,-154 932.67,-154 932.67,-154"/> <polygon fill="black" stroke="black" points="932.67,-157.5 942.67,-154 932.67,-150.5 932.67,-157.5"/> </g> <!-- ModalContentText --> <g id="node5" class="node"> <title>ModalContentText</title> <polygon fill="#ffffb3" stroke="black" points="746.04,-122 623.96,-122 623.96,-86 746.04,-86 746.04,-122"/> <text text-anchor="middle" x="685" y="-99.8" font-family="Times,serif" font-size="14.00">ModalContentText</text> </g> <!-- ModalContentText&#45;&gt;ModalModule --> <g id="edge5" class="edge"> <title>ModalContentText&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M724.52,-122.24C724.52,-137.57 724.52,-157 724.52,-157 724.52,-157 932.74,-157 932.74,-157"/> <polygon fill="black" stroke="black" points="932.74,-160.5 942.74,-157 932.74,-153.5 932.74,-160.5"/> </g> <!-- ModalFooter --> <g id="node6" class="node"> <title>ModalFooter</title> <polygon fill="#ffffb3" stroke="black" points="605.6,-122 516.4,-122 516.4,-86 605.6,-86 605.6,-122"/> <text text-anchor="middle" x="561" y="-99.8" font-family="Times,serif" font-size="14.00">ModalFooter</text> </g> <!-- ModalFooter&#45;&gt;ModalModule --> <g id="edge6" class="edge"> <title>ModalFooter&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M573.3,-122.03C573.3,-138.4 573.3,-160 573.3,-160 573.3,-160 932.68,-160 932.68,-160"/> <polygon fill="black" stroke="black" points="932.68,-163.5 942.68,-160 932.68,-156.5 932.68,-163.5"/> </g> <!-- ModalHeader --> <g id="node7" class="node"> <title>ModalHeader</title> <polygon fill="#ffffb3" stroke="black" points="498.46,-122 405.54,-122 405.54,-86 498.46,-86 498.46,-122"/> <text text-anchor="middle" x="452" y="-99.8" font-family="Times,serif" font-size="14.00">ModalHeader</text> </g> <!-- ModalHeader&#45;&gt;ModalModule --> <g id="edge7" class="edge"> <title>ModalHeader&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M452,-122.02C452,-139.37 452,-163 452,-163 452,-163 932.69,-163 932.69,-163"/> <polygon fill="black" stroke="black" points="932.69,-166.5 942.69,-163 932.69,-159.5 932.69,-166.5"/> </g> <!-- ModalHeaderHeading --> <g id="node8" class="node"> <title>ModalHeaderHeading</title> <polygon fill="#ffffb3" stroke="black" points="387.39,-122 246.61,-122 246.61,-86 387.39,-86 387.39,-122"/> <text text-anchor="middle" x="317" y="-99.8" font-family="Times,serif" font-size="14.00">ModalHeaderHeading</text> </g> <!-- ModalHeaderHeading&#45;&gt;ModalModule --> <g id="edge8" class="edge"> <title>ModalHeaderHeading&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M317,-122.27C317,-140.56 317,-166 317,-166 317,-166 932.8,-166 932.8,-166"/> <polygon fill="black" stroke="black" points="932.8,-169.5 942.8,-166 932.8,-162.5 932.8,-169.5"/> </g> <!-- ModalHeaderLabel --> <g id="node9" class="node"> <title>ModalHeaderLabel</title> <polygon fill="#ffffb3" stroke="black" points="228.33,-122 103.67,-122 103.67,-86 228.33,-86 228.33,-122"/> <text text-anchor="middle" x="166" y="-99.8" font-family="Times,serif" font-size="14.00">ModalHeaderLabel</text> </g> <!-- ModalHeaderLabel&#45;&gt;ModalModule --> <g id="edge9" class="edge"> <title>ModalHeaderLabel&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M166,-122.11C166,-141.34 166,-169 166,-169 166,-169 932.78,-169 932.78,-169"/> <polygon fill="black" stroke="black" points="932.78,-172.5 942.78,-169 932.78,-165.5 932.78,-172.5"/> </g> <!-- Overlay --> <g id="node10" class="node"> <title>Overlay</title> <polygon fill="#ffffb3" stroke="black" points="85.59,-122 24.41,-122 24.41,-86 85.59,-86 85.59,-122"/> <text text-anchor="middle" x="55" y="-99.8" font-family="Times,serif" font-size="14.00">Overlay</text> </g> <!-- Overlay&#45;&gt;ModalModule --> <g id="edge10" class="edge"> <title>Overlay&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M55,-122.22C55,-142.37 55,-172 55,-172 55,-172 932.65,-172 932.65,-172"/> <polygon fill="black" stroke="black" points="932.65,-175.5 942.65,-172 932.65,-168.5 932.65,-175.5"/> </g> <!-- AlertModal --> <g id="node17" class="node"> <title>AlertModal </title> <polygon fill="#fb8072" stroke="black" points="1450.31,-252 1365.69,-252 1365.69,-216 1450.31,-216 1450.31,-252"/> <text text-anchor="middle" x="1408" y="-229.8" font-family="Times,serif" font-size="14.00">AlertModal </text> </g> <!-- ModalModule&#45;&gt;AlertModal --> <g id="edge16" class="edge"> <title>ModalModule&#45;&gt;AlertModal </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1039.24,-175C1149.01,-175 1408,-175 1408,-175 1408,-175 1408,-205.98 1408,-205.98"/> <polygon fill="black" stroke="black" points="1404.5,-205.98 1408,-215.98 1411.5,-205.98 1404.5,-205.98"/> </g> <!-- BaseModal --> <g id="node18" class="node"> <title>BaseModal </title> <polygon fill="#fb8072" stroke="black" points="1347.76,-252 1264.24,-252 1264.24,-216 1347.76,-216 1347.76,-252"/> <text text-anchor="middle" x="1306" y="-229.8" font-family="Times,serif" font-size="14.00">BaseModal </text> </g> <!-- ModalModule&#45;&gt;BaseModal --> <g id="edge17" class="edge"> <title>ModalModule&#45;&gt;BaseModal </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1039.14,-178C1120.11,-178 1274.79,-178 1274.79,-178 1274.79,-178 1274.79,-205.97 1274.79,-205.97"/> <polygon fill="black" stroke="black" points="1271.29,-205.97 1274.79,-215.97 1278.29,-205.97 1271.29,-205.97"/> </g> <!-- Modal --> <g id="node19" class="node"> <title>Modal </title> <polygon fill="#fb8072" stroke="black" points="1246.05,-252 1189.95,-252 1189.95,-216 1246.05,-216 1246.05,-252"/> <text text-anchor="middle" x="1218" y="-229.8" font-family="Times,serif" font-size="14.00">Modal </text> </g> <!-- ModalModule&#45;&gt;Modal --> <g id="edge18" class="edge"> <title>ModalModule&#45;&gt;Modal </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1039.14,-181C1105.77,-181 1218,-181 1218,-181 1218,-181 1218,-205.76 1218,-205.76"/> <polygon fill="black" stroke="black" points="1214.5,-205.76 1218,-215.76 1221.5,-205.76 1214.5,-205.76"/> </g> <!-- ModalContent --> <g id="node20" class="node"> <title>ModalContent </title> <polygon fill="#fb8072" stroke="black" points="1172.38,-252 1071.62,-252 1071.62,-216 1172.38,-216 1172.38,-252"/> <text text-anchor="middle" x="1122" y="-229.8" font-family="Times,serif" font-size="14.00">ModalContent </text> </g> <!-- ModalModule&#45;&gt;ModalContent --> <g id="edge19" class="edge"> <title>ModalModule&#45;&gt;ModalContent </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1039.35,-184C1068.97,-184 1101.23,-184 1101.23,-184 1101.23,-184 1101.23,-205.95 1101.23,-205.95"/> <polygon fill="black" stroke="black" points="1097.73,-205.95 1101.23,-215.95 1104.73,-205.95 1097.73,-205.95"/> </g> <!-- ModalContentText --> <g id="node21" class="node"> <title>ModalContentText </title> <polygon fill="#fb8072" stroke="black" points="1054.04,-252 927.96,-252 927.96,-216 1054.04,-216 1054.04,-252"/> <text text-anchor="middle" x="991" y="-229.8" font-family="Times,serif" font-size="14.00">ModalContentText </text> </g> <!-- ModalModule&#45;&gt;ModalContentText --> <g id="edge20" class="edge"> <title>ModalModule&#45;&gt;ModalContentText </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M991,-187.11C991,-187.11 991,-205.99 991,-205.99"/> <polygon fill="black" stroke="black" points="987.5,-205.99 991,-215.99 994.5,-205.99 987.5,-205.99"/> </g> <!-- ModalFooter --> <g id="node22" class="node"> <title>ModalFooter </title> <polygon fill="#fb8072" stroke="black" points="910.1,-252 817.9,-252 817.9,-216 910.1,-216 910.1,-252"/> <text text-anchor="middle" x="864" y="-229.8" font-family="Times,serif" font-size="14.00">ModalFooter </text> </g> <!-- ModalModule&#45;&gt;ModalFooter --> <g id="edge21" class="edge"> <title>ModalModule&#45;&gt;ModalFooter </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M942.82,-184C918.74,-184 894.65,-184 894.65,-184 894.65,-184 894.65,-205.95 894.65,-205.95"/> <polygon fill="black" stroke="black" points="891.15,-205.95 894.65,-215.95 898.15,-205.95 891.15,-205.95"/> </g> <!-- ModalHeader --> <g id="node23" class="node"> <title>ModalHeader </title> <polygon fill="#fb8072" stroke="black" points="799.46,-252 702.54,-252 702.54,-216 799.46,-216 799.46,-252"/> <text text-anchor="middle" x="751" y="-229.8" font-family="Times,serif" font-size="14.00">ModalHeader </text> </g> <!-- ModalModule&#45;&gt;ModalHeader --> <g id="edge22" class="edge"> <title>ModalModule&#45;&gt;ModalHeader </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M942.76,-181C881.01,-181 781.89,-181 781.89,-181 781.89,-181 781.89,-205.76 781.89,-205.76"/> <polygon fill="black" stroke="black" points="778.39,-205.76 781.89,-215.76 785.39,-205.76 778.39,-205.76"/> </g> <!-- ModalHeaderHeading --> <g id="node24" class="node"> <title>ModalHeaderHeading </title> <polygon fill="#fb8072" stroke="black" points="684.89,-252 541.11,-252 541.11,-216 684.89,-216 684.89,-252"/> <text text-anchor="middle" x="613" y="-229.8" font-family="Times,serif" font-size="14.00">ModalHeaderHeading </text> </g> <!-- ModalModule&#45;&gt;ModalHeaderHeading --> <g id="edge23" class="edge"> <title>ModalModule&#45;&gt;ModalHeaderHeading </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M942.76,-178C849.67,-178 654.34,-178 654.34,-178 654.34,-178 654.34,-205.97 654.34,-205.97"/> <polygon fill="black" stroke="black" points="650.84,-205.97 654.34,-215.97 657.84,-205.97 650.84,-205.97"/> </g> <!-- ModalHeaderLabel --> <g id="node25" class="node"> <title>ModalHeaderLabel </title> <polygon fill="#fb8072" stroke="black" points="523.33,-252 394.67,-252 394.67,-216 523.33,-216 523.33,-252"/> <text text-anchor="middle" x="459" y="-229.8" font-family="Times,serif" font-size="14.00">ModalHeaderLabel </text> </g> <!-- ModalModule&#45;&gt;ModalHeaderLabel --> <g id="edge24" class="edge"> <title>ModalModule&#45;&gt;ModalHeaderLabel </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M942.87,-175C820.56,-175 507.47,-175 507.47,-175 507.47,-175 507.47,-205.98 507.47,-205.98"/> <polygon fill="black" stroke="black" points="503.97,-205.98 507.47,-215.98 510.97,-205.98 503.97,-205.98"/> </g> <!-- ButtonModule --> <g id="node12" class="node"> <title>ButtonModule</title> <polygon fill="#8dd3c7" stroke="black" points="2094.67,-122 2091.67,-126 2070.67,-126 2067.67,-122 1997.33,-122 1997.33,-86 2094.67,-86 2094.67,-122"/> <text text-anchor="middle" x="2046" y="-99.8" font-family="Times,serif" font-size="14.00">ButtonModule</text> </g> <!-- ButtonModule&#45;&gt;ModalModule --> <g id="edge11" class="edge"> <title>ButtonModule&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M2046,-122.22C2046,-142.37 2046,-172 2046,-172 2046,-172 1049.07,-172 1049.07,-172"/> <polygon fill="black" stroke="black" points="1049.07,-168.5 1039.07,-172 1049.07,-175.5 1049.07,-168.5"/> </g> <!-- ExperimentalModule --> <g id="node13" class="node"> <title>ExperimentalModule</title> <polygon fill="#8dd3c7" stroke="black" points="1979.47,-122 1976.47,-126 1955.47,-126 1952.47,-122 1844.53,-122 1844.53,-86 1979.47,-86 1979.47,-122"/> <text text-anchor="middle" x="1912" y="-99.8" font-family="Times,serif" font-size="14.00">ExperimentalModule</text> </g> <!-- ExperimentalModule&#45;&gt;ModalModule --> <g id="edge12" class="edge"> <title>ExperimentalModule&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M1912,-122.11C1912,-141.34 1912,-169 1912,-169 1912,-169 1049.22,-169 1049.22,-169"/> <polygon fill="black" stroke="black" points="1049.22,-165.5 1039.22,-169 1049.22,-172.5 1049.22,-165.5"/> </g> <!-- I18nModule --> <g id="node14" class="node"> <title>I18nModule</title> <polygon fill="#8dd3c7" stroke="black" points="1826.71,-122 1823.71,-126 1802.71,-126 1799.71,-122 1741.29,-122 1741.29,-86 1826.71,-86 1826.71,-122"/> <text text-anchor="middle" x="1784" y="-99.8" font-family="Times,serif" font-size="14.00">I18nModule</text> </g> <!-- I18nModule&#45;&gt;ModalModule --> <g id="edge13" class="edge"> <title>I18nModule&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M1784,-122.27C1784,-140.56 1784,-166 1784,-166 1784,-166 1049.12,-166 1049.12,-166"/> <polygon fill="black" stroke="black" points="1049.12,-162.5 1039.12,-166 1049.12,-169.5 1049.12,-162.5"/> </g> <!-- IconModule --> <g id="node15" class="node"> <title>IconModule</title> <polygon fill="#8dd3c7" stroke="black" points="1723.43,-122 1720.43,-126 1699.43,-126 1696.43,-122 1638.57,-122 1638.57,-86 1723.43,-86 1723.43,-122"/> <text text-anchor="middle" x="1681" y="-99.8" font-family="Times,serif" font-size="14.00">IconModule</text> </g> <!-- IconModule&#45;&gt;ModalModule --> <g id="edge14" class="edge"> <title>IconModule&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M1681,-122.02C1681,-139.37 1681,-163 1681,-163 1681,-163 1049.25,-163 1049.25,-163"/> <polygon fill="black" stroke="black" points="1049.25,-159.5 1039.25,-163 1049.25,-166.5 1049.25,-159.5"/> </g> <!-- PlaceholderModule --> <g id="node16" class="node"> <title>PlaceholderModule</title> <polygon fill="#8dd3c7" stroke="black" points="1620.63,-122 1617.63,-126 1596.63,-126 1593.63,-122 1495.37,-122 1495.37,-86 1620.63,-86 1620.63,-122"/> <text text-anchor="middle" x="1558" y="-99.8" font-family="Times,serif" font-size="14.00">PlaceholderModule</text> </g> <!-- PlaceholderModule&#45;&gt;ModalModule --> <g id="edge15" class="edge"> <title>PlaceholderModule&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M1558,-122.03C1558,-138.4 1558,-160 1558,-160 1558,-160 1049.34,-160 1049.34,-160"/> <polygon fill="black" stroke="black" points="1049.34,-156.5 1039.34,-160 1049.34,-163.5 1049.34,-156.5"/> </g> <!-- BaseModalService --> <g id="node26" class="node"> <title>BaseModalService</title> <ellipse fill="#fdb462" stroke="black" cx="1387" cy="-104" rx="83.95" ry="18"/> <text text-anchor="middle" x="1387" y="-99.8" font-family="Times,serif" font-size="14.00">BaseModalService</text> </g> <!-- BaseModalService&#45;&gt;ModalModule --> <g id="edge25" class="edge"> <title>BaseModalService&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M1325.33,-116.29C1325.33,-131.95 1325.33,-157 1325.33,-157 1325.33,-157 1049.26,-157 1049.26,-157"/> <polygon fill="black" stroke="black" points="1049.26,-153.5 1039.26,-157 1049.26,-160.5 1049.26,-153.5"/> </g> <!-- ModalService --> <g id="node27" class="node"> <title>ModalService</title> <ellipse fill="#fdb462" stroke="black" cx="1220" cy="-104" rx="65.41" ry="18"/> <text text-anchor="middle" x="1220" y="-99.8" font-family="Times,serif" font-size="14.00">ModalService</text> </g> <!-- ModalService&#45;&gt;ModalModule --> <g id="edge26" class="edge"> <title>ModalService&#45;&gt;ModalModule</title> <path fill="none" stroke="black" d="M1163.49,-113.17C1163.49,-127.61 1163.49,-154 1163.49,-154 1163.49,-154 1049.51,-154 1049.51,-154"/> <polygon fill="black" stroke="black" points="1049.51,-150.5 1039.51,-154 1049.51,-157.5 1049.51,-150.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/modal/modal.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/AlertModal.html">AlertModal</a> </li> <li class="list-group-item"> <a href="../directives/BaseModal.html">BaseModal</a> </li> <li class="list-group-item"> <a href="../components/Modal.html">Modal</a> </li> <li class="list-group-item"> <a href="../directives/ModalContent.html">ModalContent</a> </li> <li class="list-group-item"> <a href="../directives/ModalContentText.html">ModalContentText</a> </li> <li class="list-group-item"> <a href="../components/ModalFooter.html">ModalFooter</a> </li> <li class="list-group-item"> <a href="../components/ModalHeader.html">ModalHeader</a> </li> <li class="list-group-item"> <a href="../directives/ModalHeaderHeading.html">ModalHeaderHeading</a> </li> <li class="list-group-item"> <a href="../directives/ModalHeaderLabel.html">ModalHeaderLabel</a> </li> <li class="list-group-item"> <a href="../components/Overlay.html">Overlay</a> </li> </ul> </div> <div class="col-sm-3"> <h3>Providers<a href="https://angular.io/api/core/NgModule#providers" target="_blank" rel="noopener noreferrer" title="Official documentation about module providers"><span class="icon ion-ios-information-circle-outline"></a></h3> <ul class="list-group"> <li class="list-group-item"> <a href="../injectables/BaseModalService.html">BaseModalService</a> </li> <li class="list-group-item"> <a href="../injectables/ModalService.html">ModalService</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/ButtonModule.html">ButtonModule</a> </li> <li class="list-group-item"> <a href="../modules/ExperimentalModule.html">ExperimentalModule</a> </li> <li class="list-group-item"> <a href="../modules/I18nModule.html">I18nModule</a> </li> <li class="list-group-item"> <a href="../modules/IconModule.html">IconModule</a> </li> <li class="list-group-item"> <a href="../modules/PlaceholderModule.html">PlaceholderModule</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/AlertModal.html">AlertModal</a> </li> <li class="list-group-item"> <a href="../directives/BaseModal.html">BaseModal</a> </li> <li class="list-group-item"> <a href="../components/Modal.html">Modal</a> </li> <li class="list-group-item"> <a href="../directives/ModalContent.html">ModalContent</a> </li> <li class="list-group-item"> <a href="../directives/ModalContentText.html">ModalContentText</a> </li> <li class="list-group-item"> <a href="../components/ModalFooter.html">ModalFooter</a> </li> <li class="list-group-item"> <a href="../components/ModalHeader.html">ModalHeader</a> </li> <li class="list-group-item"> <a href="../directives/ModalHeaderHeading.html">ModalHeaderHeading</a> </li> <li class="list-group-item"> <a href="../directives/ModalHeaderLabel.html">ModalHeaderLabel</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">// modules import { NgModule } from &quot;@angular/core&quot;; import { CommonModule } from &quot;@angular/common&quot;; // imports import { BaseModalService } from &quot;./base-modal.service&quot;; import { ModalService } from &quot;./modal.service&quot;; import { Modal } from &quot;./modal.component&quot;; import { ModalFooter } from &quot;./modal-footer.component&quot;; import { Overlay } from &quot;./overlay.component&quot;; import { ModalHeader } from &quot;./modal-header.component&quot;; import { AlertModal } from &quot;./alert-modal.component&quot;; import { ButtonModule } from &quot;carbon-components-angular/forms&quot;; import { I18nModule } from &quot;carbon-components-angular/i18n&quot;; import { PlaceholderModule } from &quot;carbon-components-angular/placeholder&quot;; import { ExperimentalModule } from &quot;carbon-components-angular/experimental&quot;; import { ModalContent } from &quot;./modal-content.directive&quot;; import { ModalContentText } from &quot;./modal-content-text.directive&quot;; import { ModalHeaderHeading } from &quot;./modal-header-heading.directive&quot;; import { ModalHeaderLabel } from &quot;./modal-header-label.directive&quot;; import { BaseModal } from &quot;./base-modal.class&quot;; import { IconModule } from &quot;carbon-components-angular/icon&quot;; @NgModule({ declarations: [ AlertModal, Modal, ModalHeader, ModalFooter, Overlay, ModalContent, ModalContentText, ModalHeaderHeading, ModalHeaderLabel, BaseModal ], exports: [ AlertModal, Modal, ModalHeader, ModalFooter, ModalContent, ModalContentText, ModalHeaderHeading, ModalHeaderLabel, BaseModal ], providers: [BaseModalService, ModalService], imports: [ CommonModule, ButtonModule, I18nModule, PlaceholderModule, ExperimentalModule, IconModule ] }) export class ModalModule { } </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 = 'ModalModule.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>