carbon-components-angular
Version:
Next generation components
799 lines (734 loc) • 37.8 kB
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">
<!-- 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">  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">  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">  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">  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">  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="clust2" class="cluster">
<title>cluster_ModalModule_declarations</title>
<polygon fill="none" stroke="black" points="980,-78 980,-130 2103,-130 2103,-78 980,-78"/>
</g>
<g id="clust14" class="cluster">
<title>cluster_ModalModule_exports</title>
<polygon fill="none" stroke="black" points="526,-208 526,-260 1597,-260 1597,-208 526,-208"/>
</g>
<g id="clust13" class="cluster">
<title>cluster_ModalModule_imports</title>
<polygon fill="none" stroke="black" points="356,-78 356,-130 972,-130 972,-78 356,-78"/>
</g>
<g id="clust16" class="cluster">
<title>cluster_ModalModule_providers</title>
<polygon fill="none" stroke="black" points="16,-78 16,-130 348,-130 348,-78 16,-78"/>
</g>
<!-- AlertModal -->
<g id="node1" class="node">
<title>AlertModal</title>
<polygon fill="#ffffb3" stroke="black" points="2094.81,-122 2013.19,-122 2013.19,-86 2094.81,-86 2094.81,-122"/>
<text text-anchor="middle" x="2054" 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="1178.1,-187 1175.1,-191 1154.1,-191 1151.1,-187 1081.9,-187 1081.9,-151 1178.1,-151 1178.1,-187"/>
<text text-anchor="middle" x="1130" y="-164.8" font-family="Times,serif" font-size="14.00">ModalModule</text>
</g>
<!-- AlertModal->ModalModule -->
<g id="edge1" class="edge">
<title>AlertModal->ModalModule</title>
<path fill="none" stroke="black" d="M2054,-122.03C2054,-142.77 2054,-174 2054,-174 2054,-174 1188.05,-174 1188.05,-174"/>
<polygon fill="black" stroke="black" points="1188.05,-170.5 1178.05,-174 1188.05,-177.5 1188.05,-170.5"/>
</g>
<!-- BaseModal -->
<g id="node2" class="node">
<title>BaseModal</title>
<polygon fill="#ffffb3" stroke="black" points="1994.76,-122 1915.24,-122 1915.24,-86 1994.76,-86 1994.76,-122"/>
<text text-anchor="middle" x="1955" y="-99.8" font-family="Times,serif" font-size="14.00">BaseModal</text>
</g>
<!-- BaseModal->ModalModule -->
<g id="edge2" class="edge">
<title>BaseModal->ModalModule</title>
<path fill="none" stroke="black" d="M1955,-122.31C1955,-142.15 1955,-171 1955,-171 1955,-171 1188.22,-171 1188.22,-171"/>
<polygon fill="black" stroke="black" points="1188.22,-167.5 1178.22,-171 1188.22,-174.5 1188.22,-167.5"/>
</g>
<!-- Modal -->
<g id="node3" class="node">
<title>Modal</title>
<polygon fill="#ffffb3" stroke="black" points="1897,-122 1843,-122 1843,-86 1897,-86 1897,-122"/>
<text text-anchor="middle" x="1870" y="-99.8" font-family="Times,serif" font-size="14.00">Modal</text>
</g>
<!-- Modal->ModalModule -->
<g id="edge3" class="edge">
<title>Modal->ModalModule</title>
<path fill="none" stroke="black" d="M1870,-122.17C1870,-141.09 1870,-168 1870,-168 1870,-168 1188.27,-168 1188.27,-168"/>
<polygon fill="black" stroke="black" points="1188.27,-164.5 1178.27,-168 1188.27,-171.5 1188.27,-164.5"/>
</g>
<!-- ModalContent -->
<g id="node4" class="node">
<title>ModalContent</title>
<polygon fill="#ffffb3" stroke="black" points="1825.38,-122 1728.62,-122 1728.62,-86 1825.38,-86 1825.38,-122"/>
<text text-anchor="middle" x="1777" y="-99.8" font-family="Times,serif" font-size="14.00">ModalContent</text>
</g>
<!-- ModalContent->ModalModule -->
<g id="edge4" class="edge">
<title>ModalContent->ModalModule</title>
<path fill="none" stroke="black" d="M1777,-122.3C1777,-140.27 1777,-165 1777,-165 1777,-165 1188.1,-165 1188.1,-165"/>
<polygon fill="black" stroke="black" points="1188.1,-161.5 1178.1,-165 1188.1,-168.5 1188.1,-161.5"/>
</g>
<!-- ModalContentText -->
<g id="node5" class="node">
<title>ModalContentText</title>
<polygon fill="#ffffb3" stroke="black" points="1710.04,-122 1587.96,-122 1587.96,-86 1710.04,-86 1710.04,-122"/>
<text text-anchor="middle" x="1649" y="-99.8" font-family="Times,serif" font-size="14.00">ModalContentText</text>
</g>
<!-- ModalContentText->ModalModule -->
<g id="edge5" class="edge">
<title>ModalContentText->ModalModule</title>
<path fill="none" stroke="black" d="M1649.84,-122.02C1649.84,-139.37 1649.84,-163 1649.84,-163 1649.84,-163 1188.44,-163 1188.44,-163"/>
<polygon fill="black" stroke="black" points="1188.44,-159.5 1178.44,-163 1188.44,-166.5 1188.44,-159.5"/>
</g>
<!-- ModalFooter -->
<g id="node6" class="node">
<title>ModalFooter</title>
<polygon fill="#ffffb3" stroke="black" points="1569.6,-122 1480.4,-122 1480.4,-86 1569.6,-86 1569.6,-122"/>
<text text-anchor="middle" x="1525" y="-99.8" font-family="Times,serif" font-size="14.00">ModalFooter</text>
</g>
<!-- ModalFooter->ModalModule -->
<g id="edge6" class="edge">
<title>ModalFooter->ModalModule</title>
<path fill="none" stroke="black" d="M1495.61,-122.03C1495.61,-138.4 1495.61,-160 1495.61,-160 1495.61,-160 1188.17,-160 1188.17,-160"/>
<polygon fill="black" stroke="black" points="1188.17,-156.5 1178.17,-160 1188.17,-163.5 1188.17,-156.5"/>
</g>
<!-- ModalHeader -->
<g id="node7" class="node">
<title>ModalHeader</title>
<polygon fill="#ffffb3" stroke="black" points="1462.46,-122 1369.54,-122 1369.54,-86 1462.46,-86 1462.46,-122"/>
<text text-anchor="middle" x="1416" y="-99.8" font-family="Times,serif" font-size="14.00">ModalHeader</text>
</g>
<!-- ModalHeader->ModalModule -->
<g id="edge7" class="edge">
<title>ModalHeader->ModalModule</title>
<path fill="none" stroke="black" d="M1377.27,-122.24C1377.27,-137.57 1377.27,-157 1377.27,-157 1377.27,-157 1188.26,-157 1188.26,-157"/>
<polygon fill="black" stroke="black" points="1188.26,-153.5 1178.26,-157 1188.26,-160.5 1188.26,-153.5"/>
</g>
<!-- ModalHeaderHeading -->
<g id="node8" class="node">
<title>ModalHeaderHeading</title>
<polygon fill="#ffffb3" stroke="black" points="1351.39,-122 1210.61,-122 1210.61,-86 1351.39,-86 1351.39,-122"/>
<text text-anchor="middle" x="1281" y="-99.8" font-family="Times,serif" font-size="14.00">ModalHeaderHeading</text>
</g>
<!-- ModalHeaderHeading->ModalModule -->
<g id="edge8" class="edge">
<title>ModalHeaderHeading->ModalModule</title>
<path fill="none" stroke="black" d="M1244.27,-122.05C1244.27,-136.37 1244.27,-154 1244.27,-154 1244.27,-154 1188.13,-154 1188.13,-154"/>
<polygon fill="black" stroke="black" points="1188.13,-150.5 1178.13,-154 1188.13,-157.5 1188.13,-150.5"/>
</g>
<!-- ModalHeaderLabel -->
<g id="node9" class="node">
<title>ModalHeaderLabel</title>
<polygon fill="#ffffb3" stroke="black" points="1192.33,-122 1067.67,-122 1067.67,-86 1192.33,-86 1192.33,-122"/>
<text text-anchor="middle" x="1130" y="-99.8" font-family="Times,serif" font-size="14.00">ModalHeaderLabel</text>
</g>
<!-- ModalHeaderLabel->ModalModule -->
<g id="edge9" class="edge">
<title>ModalHeaderLabel->ModalModule</title>
<path fill="none" stroke="black" d="M1130,-122.11C1130,-122.11 1130,-140.99 1130,-140.99"/>
<polygon fill="black" stroke="black" points="1126.5,-140.99 1130,-150.99 1133.5,-140.99 1126.5,-140.99"/>
</g>
<!-- Overlay -->
<g id="node10" class="node">
<title>Overlay</title>
<polygon fill="#ffffb3" stroke="black" points="1049.59,-122 988.41,-122 988.41,-86 1049.59,-86 1049.59,-122"/>
<text text-anchor="middle" x="1019" y="-99.8" font-family="Times,serif" font-size="14.00">Overlay</text>
</g>
<!-- Overlay->ModalModule -->
<g id="edge10" class="edge">
<title>Overlay->ModalModule</title>
<path fill="none" stroke="black" d="M1029.02,-122.05C1029.02,-136.37 1029.02,-154 1029.02,-154 1029.02,-154 1071.88,-154 1071.88,-154"/>
<polygon fill="black" stroke="black" points="1071.88,-157.5 1081.88,-154 1071.88,-150.5 1071.88,-157.5"/>
</g>
<!-- AlertModal -->
<g id="node17" class="node">
<title>AlertModal </title>
<polygon fill="#fb8072" stroke="black" points="1589.31,-252 1504.69,-252 1504.69,-216 1589.31,-216 1589.31,-252"/>
<text text-anchor="middle" x="1547" y="-229.8" font-family="Times,serif" font-size="14.00">AlertModal </text>
</g>
<!-- ModalModule->AlertModal -->
<g id="edge16" class="edge">
<title>ModalModule->AlertModal </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M1178.29,-176C1286.12,-176 1537.07,-176 1537.07,-176 1537.07,-176 1537.07,-205.97 1537.07,-205.97"/>
<polygon fill="black" stroke="black" points="1533.57,-205.97 1537.07,-215.97 1540.57,-205.97 1533.57,-205.97"/>
</g>
<!-- BaseModal -->
<g id="node18" class="node">
<title>BaseModal </title>
<polygon fill="#fb8072" stroke="black" points="1486.76,-252 1403.24,-252 1403.24,-216 1486.76,-216 1486.76,-252"/>
<text text-anchor="middle" x="1445" y="-229.8" font-family="Times,serif" font-size="14.00">BaseModal </text>
</g>
<!-- ModalModule->BaseModal -->
<g id="edge17" class="edge">
<title>ModalModule->BaseModal </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M1178.33,-179C1263.86,-179 1432.93,-179 1432.93,-179 1432.93,-179 1432.93,-205.99 1432.93,-205.99"/>
<polygon fill="black" stroke="black" points="1429.43,-205.99 1432.93,-215.99 1436.43,-205.99 1429.43,-205.99"/>
</g>
<!-- Modal -->
<g id="node19" class="node">
<title>Modal </title>
<polygon fill="#fb8072" stroke="black" points="1385.05,-252 1328.95,-252 1328.95,-216 1385.05,-216 1385.05,-252"/>
<text text-anchor="middle" x="1357" y="-229.8" font-family="Times,serif" font-size="14.00">Modal </text>
</g>
<!-- ModalModule->Modal -->
<g id="edge18" class="edge">
<title>ModalModule->Modal </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M1178.2,-182C1240.22,-182 1340.08,-182 1340.08,-182 1340.08,-182 1340.08,-205.81 1340.08,-205.81"/>
<polygon fill="black" stroke="black" points="1336.58,-205.81 1340.08,-215.81 1343.58,-205.81 1336.58,-205.81"/>
</g>
<!-- ModalContent -->
<g id="node20" class="node">
<title>ModalContent </title>
<polygon fill="#fb8072" stroke="black" points="1311.38,-252 1210.62,-252 1210.62,-216 1311.38,-216 1311.38,-252"/>
<text text-anchor="middle" x="1261" y="-229.8" font-family="Times,serif" font-size="14.00">ModalContent </text>
</g>
<!-- ModalModule->ModalContent -->
<g id="edge19" class="edge">
<title>ModalModule->ModalContent </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M1178.37,-185C1221.46,-185 1277.73,-185 1277.73,-185 1277.73,-185 1277.73,-205.75 1277.73,-205.75"/>
<polygon fill="black" stroke="black" points="1274.23,-205.75 1277.73,-215.75 1281.23,-205.75 1274.23,-205.75"/>
</g>
<!-- ModalContentText -->
<g id="node21" class="node">
<title>ModalContentText </title>
<polygon fill="#fb8072" stroke="black" points="1193.04,-252 1066.96,-252 1066.96,-216 1193.04,-216 1193.04,-252"/>
<text text-anchor="middle" x="1130" y="-229.8" font-family="Times,serif" font-size="14.00">ModalContentText </text>
</g>
<!-- ModalModule->ModalContentText -->
<g id="edge20" class="edge">
<title>ModalModule->ModalContentText </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M1130,-187.11C1130,-187.11 1130,-205.99 1130,-205.99"/>
<polygon fill="black" stroke="black" points="1126.5,-205.99 1130,-215.99 1133.5,-205.99 1126.5,-205.99"/>
</g>
<!-- ModalFooter -->
<g id="node22" class="node">
<title>ModalFooter </title>
<polygon fill="#fb8072" stroke="black" points="1049.1,-252 956.9,-252 956.9,-216 1049.1,-216 1049.1,-252"/>
<text text-anchor="middle" x="1003" y="-229.8" font-family="Times,serif" font-size="14.00">ModalFooter </text>
</g>
<!-- ModalModule->ModalFooter -->
<g id="edge21" class="edge">
<title>ModalModule->ModalFooter </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M1081.73,-185C1047.91,-185 1008.74,-185 1008.74,-185 1008.74,-185 1008.74,-205.75 1008.74,-205.75"/>
<polygon fill="black" stroke="black" points="1005.24,-205.75 1008.74,-215.75 1012.24,-205.75 1005.24,-205.75"/>
</g>
<!-- ModalHeader -->
<g id="node23" class="node">
<title>ModalHeader </title>
<polygon fill="#fb8072" stroke="black" points="938.46,-252 841.54,-252 841.54,-216 938.46,-216 938.46,-252"/>
<text text-anchor="middle" x="890" y="-229.8" font-family="Times,serif" font-size="14.00">ModalHeader </text>
</g>
<!-- ModalModule->ModalHeader -->
<g id="edge22" class="edge">
<title>ModalModule->ModalHeader </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M1081.69,-182C1014.82,-182 902.2,-182 902.2,-182 902.2,-182 902.2,-205.81 902.2,-205.81"/>
<polygon fill="black" stroke="black" points="898.7,-205.81 902.2,-215.81 905.7,-205.81 898.7,-205.81"/>
</g>
<!-- ModalHeaderHeading -->
<g id="node24" class="node">
<title>ModalHeaderHeading </title>
<polygon fill="#fb8072" stroke="black" points="823.89,-252 680.11,-252 680.11,-216 823.89,-216 823.89,-252"/>
<text text-anchor="middle" x="752" y="-229.8" font-family="Times,serif" font-size="14.00">ModalHeaderHeading </text>
</g>
<!-- ModalModule->ModalHeaderHeading -->
<g id="edge23" class="edge">
<title>ModalModule->ModalHeaderHeading </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M1081.65,-179C983.21,-179 768.73,-179 768.73,-179 768.73,-179 768.73,-205.99 768.73,-205.99"/>
<polygon fill="black" stroke="black" points="765.23,-205.99 768.73,-215.99 772.23,-205.99 765.23,-205.99"/>
</g>
<!-- ModalHeaderLabel -->
<g id="node25" class="node">
<title>ModalHeaderLabel </title>
<polygon fill="#fb8072" stroke="black" points="662.33,-252 533.67,-252 533.67,-216 662.33,-216 662.33,-252"/>
<text text-anchor="middle" x="598" y="-229.8" font-family="Times,serif" font-size="14.00">ModalHeaderLabel </text>
</g>
<!-- ModalModule->ModalHeaderLabel -->
<g id="edge24" class="edge">
<title>ModalModule->ModalHeaderLabel </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M1081.76,-176C957.53,-176 636.28,-176 636.28,-176 636.28,-176 636.28,-205.97 636.28,-205.97"/>
<polygon fill="black" stroke="black" points="632.78,-205.97 636.28,-215.97 639.78,-205.97 632.78,-205.97"/>
</g>
<!-- ButtonModule -->
<g id="node12" class="node">
<title>ButtonModule</title>
<polygon fill="#8dd3c7" stroke="black" points="963.67,-122 960.67,-126 939.67,-126 936.67,-122 866.33,-122 866.33,-86 963.67,-86 963.67,-122"/>
<text text-anchor="middle" x="915" y="-99.8" font-family="Times,serif" font-size="14.00">ButtonModule</text>
</g>
<!-- ButtonModule->ModalModule -->
<g id="edge11" class="edge">
<title>ButtonModule->ModalModule</title>
<path fill="none" stroke="black" d="M960.27,-122.24C960.27,-137.57 960.27,-157 960.27,-157 960.27,-157 1071.82,-157 1071.82,-157"/>
<polygon fill="black" stroke="black" points="1071.82,-160.5 1081.82,-157 1071.82,-153.5 1071.82,-160.5"/>
</g>
<!-- ExperimentalModule -->
<g id="node13" class="node">
<title>ExperimentalModule</title>
<polygon fill="#8dd3c7" stroke="black" points="848.47,-122 845.47,-126 824.47,-126 821.47,-122 713.53,-122 713.53,-86 848.47,-86 848.47,-122"/>
<text text-anchor="middle" x="781" y="-99.8" font-family="Times,serif" font-size="14.00">ExperimentalModule</text>
</g>
<!-- ExperimentalModule->ModalModule -->
<g id="edge12" class="edge">
<title>ExperimentalModule->ModalModule</title>
<path fill="none" stroke="black" d="M832.86,-122.03C832.86,-138.4 832.86,-160 832.86,-160 832.86,-160 1071.93,-160 1071.93,-160"/>
<polygon fill="black" stroke="black" points="1071.93,-163.5 1081.93,-160 1071.93,-156.5 1071.93,-163.5"/>
</g>
<!-- I18nModule -->
<g id="node14" class="node">
<title>I18nModule</title>
<polygon fill="#8dd3c7" stroke="black" points="695.71,-122 692.71,-126 671.71,-126 668.71,-122 610.29,-122 610.29,-86 695.71,-86 695.71,-122"/>
<text text-anchor="middle" x="653" y="-99.8" font-family="Times,serif" font-size="14.00">I18nModule</text>
</g>
<!-- I18nModule->ModalModule -->
<g id="edge13" class="edge">
<title>I18nModule->ModalModule</title>
<path fill="none" stroke="black" d="M687.83,-122.02C687.83,-139.37 687.83,-163 687.83,-163 687.83,-163 1071.84,-163 1071.84,-163"/>
<polygon fill="black" stroke="black" points="1071.84,-166.5 1081.84,-163 1071.84,-159.5 1071.84,-166.5"/>
</g>
<!-- IconModule -->
<g id="node15" class="node">
<title>IconModule</title>
<polygon fill="#8dd3c7" stroke="black" points="592.43,-122 589.43,-126 568.43,-126 565.43,-122 507.57,-122 507.57,-86 592.43,-86 592.43,-122"/>
<text text-anchor="middle" x="550" y="-99.8" font-family="Times,serif" font-size="14.00">IconModule</text>
</g>
<!-- IconModule->ModalModule -->
<g id="edge14" class="edge">
<title>IconModule->ModalModule</title>
<path fill="none" stroke="black" d="M563.02,-122.3C563.02,-140.27 563.02,-165 563.02,-165 563.02,-165 1071.66,-165 1071.66,-165"/>
<polygon fill="black" stroke="black" points="1071.66,-168.5 1081.66,-165 1071.66,-161.5 1071.66,-168.5"/>
</g>
<!-- PlaceholderModule -->
<g id="node16" class="node">
<title>PlaceholderModule</title>
<polygon fill="#8dd3c7" stroke="black" points="489.63,-122 486.63,-126 465.63,-126 462.63,-122 364.37,-122 364.37,-86 489.63,-86 489.63,-122"/>
<text text-anchor="middle" x="427" y="-99.8" font-family="Times,serif" font-size="14.00">PlaceholderModule</text>
</g>
<!-- PlaceholderModule->ModalModule -->
<g id="edge15" class="edge">
<title>PlaceholderModule->ModalModule</title>
<path fill="none" stroke="black" d="M427,-122.17C427,-141.09 427,-168 427,-168 427,-168 1071.68,-168 1071.68,-168"/>
<polygon fill="black" stroke="black" points="1071.68,-171.5 1081.68,-168 1071.68,-164.5 1071.68,-171.5"/>
</g>
<!-- BaseModalService -->
<g id="node26" class="node">
<title>BaseModalService</title>
<ellipse fill="#fdb462" stroke="black" cx="256" cy="-104" rx="83.95" ry="18"/>
<text text-anchor="middle" x="256" y="-99.8" font-family="Times,serif" font-size="14.00">BaseModalService</text>
</g>
<!-- BaseModalService->ModalModule -->
<g id="edge25" class="edge">
<title>BaseModalService->ModalModule</title>
<path fill="none" stroke="black" d="M256,-122.31C256,-142.15 256,-171 256,-171 256,-171 1071.77,-171 1071.77,-171"/>
<polygon fill="black" stroke="black" points="1071.77,-174.5 1081.77,-171 1071.76,-167.5 1071.77,-174.5"/>
</g>
<!-- ModalService -->
<g id="node27" class="node">
<title>ModalService</title>
<ellipse fill="#fdb462" stroke="black" cx="89" cy="-104" rx="65.41" ry="18"/>
<text text-anchor="middle" x="89" y="-99.8" font-family="Times,serif" font-size="14.00">ModalService</text>
</g>
<!-- ModalService->ModalModule -->
<g id="edge26" class="edge">
<title>ModalService->ModalModule</title>
<path fill="none" stroke="black" d="M89,-122.03C89,-142.77 89,-174 89,-174 89,-174 1071.88,-174 1071.88,-174"/>
<polygon fill="black" stroke="black" points="1071.88,-177.5 1081.88,-174 1071.88,-170.5 1071.88,-177.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 "@angular/core";
import { CommonModule } from "@angular/common";
// imports
import { BaseModalService } from "./base-modal.service";
import { ModalService } from "./modal.service";
import { Modal } from "./modal.component";
import { ModalFooter } from "./modal-footer.component";
import { Overlay } from "./overlay.component";
import { ModalHeader } from "./modal-header.component";
import { AlertModal } from "./alert-modal.component";
import { ButtonModule } from "carbon-components-angular/forms";
import { I18nModule } from "carbon-components-angular/i18n";
import { PlaceholderModule } from "carbon-components-angular/placeholder";
import { ExperimentalModule } from "carbon-components-angular/experimental";
import { ModalContent } from "./modal-content.directive";
import { ModalContentText } from "./modal-content-text.directive";
import { ModalHeaderHeading } from "./modal-header-heading.directive";
import { ModalHeaderLabel } from "./modal-header-label.directive";
import { BaseModal } from "./base-modal.class";
import { IconModule } from "carbon-components-angular/icon";
@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>