UNPKG

carbon-components-angular

Version:
863 lines (798 loc) 42.5 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" >NotificationModule</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="2513pt" height="284pt" viewBox="0.00 0.00 2513.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 2509,-280 2509,4 -4,4"/> <text text-anchor="start" x="1231.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text> <polygon fill="#ffffb3" stroke="transparent" points="1018.5,-10 1018.5,-30 1038.5,-30 1038.5,-10 1018.5,-10"/> <text text-anchor="start" x="1042.13" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text> <polygon fill="#8dd3c7" stroke="transparent" points="1131.5,-10 1131.5,-30 1151.5,-30 1151.5,-10 1131.5,-10"/> <text text-anchor="start" x="1155.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text> <polygon fill="#80b1d3" stroke="transparent" points="1217.5,-10 1217.5,-30 1237.5,-30 1237.5,-10 1217.5,-10"/> <text text-anchor="start" x="1241.28" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text> <polygon fill="#fdb462" stroke="transparent" points="1314.5,-10 1314.5,-30 1334.5,-30 1334.5,-10 1314.5,-10"/> <text text-anchor="start" x="1338.17" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text> <polygon fill="#fb8072" stroke="transparent" points="1410.5,-10 1410.5,-30 1430.5,-30 1430.5,-10 1410.5,-10"/> <text text-anchor="start" x="1434.23" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text> <g id="clust1" class="cluster"> <title>cluster_NotificationModule</title> <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 2497,-268 2497,-70 8,-70"/> </g> <g id="clust18" class="cluster"> <title>cluster_NotificationModule_providers</title> <polygon fill="none" stroke="black" points="2048,-78 2048,-130 2489,-130 2489,-78 2048,-78"/> </g> <g id="clust15" class="cluster"> <title>cluster_NotificationModule_imports</title> <polygon fill="none" stroke="black" points="1464,-78 1464,-130 2040,-130 2040,-78 1464,-78"/> </g> <g id="clust2" class="cluster"> <title>cluster_NotificationModule_declarations</title> <polygon fill="none" stroke="black" points="16,-78 16,-130 1456,-130 1456,-78 16,-78"/> </g> <g id="clust16" class="cluster"> <title>cluster_NotificationModule_exports</title> <polygon fill="none" stroke="black" points="493,-208 493,-260 1842,-260 1842,-208 493,-208"/> </g> <!-- ActionableButton --> <g id="node1" class="node"> <title>ActionableButton</title> <polygon fill="#ffffb3" stroke="black" points="1447.54,-122 1332.46,-122 1332.46,-86 1447.54,-86 1447.54,-122"/> <text text-anchor="middle" x="1390" y="-99.8" font-family="Times,serif" font-size="14.00">ActionableButton</text> </g> <!-- NotificationModule --> <g id="node13" class="node"> <title>NotificationModule</title> <polygon fill="#8dd3c7" stroke="black" points="1154.7,-187 1151.7,-191 1130.7,-191 1127.7,-187 1027.3,-187 1027.3,-151 1154.7,-151 1154.7,-187"/> <text text-anchor="middle" x="1091" y="-164.8" font-family="Times,serif" font-size="14.00">NotificationModule</text> </g> <!-- ActionableButton&#45;&gt;NotificationModule --> <g id="edge1" class="edge"> <title>ActionableButton&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M1359.46,-122.19C1359.46,-137.18 1359.46,-156 1359.46,-156 1359.46,-156 1164.62,-156 1164.62,-156"/> <polygon fill="black" stroke="black" points="1164.62,-152.5 1154.62,-156 1164.62,-159.5 1164.62,-152.5"/> </g> <!-- ActionableNotification --> <g id="node2" class="node"> <title>ActionableNotification</title> <polygon fill="#ffffb3" stroke="black" points="1314.57,-122 1169.43,-122 1169.43,-86 1314.57,-86 1314.57,-122"/> <text text-anchor="middle" x="1242" y="-99.8" font-family="Times,serif" font-size="14.00">ActionableNotification</text> </g> <!-- ActionableNotification&#45;&gt;NotificationModule --> <g id="edge2" class="edge"> <title>ActionableNotification&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M1203.48,-122.05C1203.48,-136.37 1203.48,-154 1203.48,-154 1203.48,-154 1164.8,-154 1164.8,-154"/> <polygon fill="black" stroke="black" points="1164.8,-150.5 1154.8,-154 1164.8,-157.5 1164.8,-150.5"/> </g> <!-- ActionableSubtitle --> <g id="node3" class="node"> <title>ActionableSubtitle</title> <polygon fill="#ffffb3" stroke="black" points="1151.48,-122 1030.52,-122 1030.52,-86 1151.48,-86 1151.48,-122"/> <text text-anchor="middle" x="1091" y="-99.8" font-family="Times,serif" font-size="14.00">ActionableSubtitle</text> </g> <!-- ActionableSubtitle&#45;&gt;NotificationModule --> <g id="edge3" class="edge"> <title>ActionableSubtitle&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M1091,-122.11C1091,-122.11 1091,-140.99 1091,-140.99"/> <polygon fill="black" stroke="black" points="1087.5,-140.99 1091,-150.99 1094.5,-140.99 1087.5,-140.99"/> </g> <!-- ActionableTitle --> <g id="node4" class="node"> <title>ActionableTitle</title> <polygon fill="#ffffb3" stroke="black" points="1012.86,-122 909.14,-122 909.14,-86 1012.86,-86 1012.86,-122"/> <text text-anchor="middle" x="961" y="-99.8" font-family="Times,serif" font-size="14.00">ActionableTitle</text> </g> <!-- ActionableTitle&#45;&gt;NotificationModule --> <g id="edge4" class="edge"> <title>ActionableTitle&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M974.89,-122.05C974.89,-136.37 974.89,-154 974.89,-154 974.89,-154 1017.17,-154 1017.17,-154"/> <polygon fill="black" stroke="black" points="1017.17,-157.5 1027.17,-154 1017.17,-150.5 1017.17,-157.5"/> </g> <!-- BaseNotification --> <g id="node5" class="node"> <title>BaseNotification</title> <polygon fill="#ffffb3" stroke="black" points="891.36,-122 780.64,-122 780.64,-86 891.36,-86 891.36,-122"/> <text text-anchor="middle" x="836" y="-99.8" font-family="Times,serif" font-size="14.00">BaseNotification</text> </g> <!-- BaseNotification&#45;&gt;NotificationModule --> <g id="edge5" class="edge"> <title>BaseNotification&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M883.71,-122.19C883.71,-137.18 883.71,-156 883.71,-156 883.71,-156 1017.4,-156 1017.4,-156"/> <polygon fill="black" stroke="black" points="1017.4,-159.5 1027.4,-156 1017.4,-152.5 1017.4,-159.5"/> </g> <!-- Notification --> <g id="node6" class="node"> <title>Notification</title> <polygon fill="#ffffb3" stroke="black" points="762.65,-122 679.35,-122 679.35,-86 762.65,-86 762.65,-122"/> <text text-anchor="middle" x="721" y="-99.8" font-family="Times,serif" font-size="14.00">Notification</text> </g> <!-- Notification&#45;&gt;NotificationModule --> <g id="edge6" class="edge"> <title>Notification&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M736.18,-122.01C736.18,-138.05 736.18,-159 736.18,-159 736.18,-159 1017.16,-159 1017.16,-159"/> <polygon fill="black" stroke="black" points="1017.16,-162.5 1027.16,-159 1017.16,-155.5 1017.16,-162.5"/> </g> <!-- NotificationSubtitle --> <g id="node7" class="node"> <title>NotificationSubtitle</title> <polygon fill="#ffffb3" stroke="black" points="661.71,-122 534.29,-122 534.29,-86 661.71,-86 661.71,-122"/> <text text-anchor="middle" x="598" y="-99.8" font-family="Times,serif" font-size="14.00">NotificationSubtitle</text> </g> <!-- NotificationSubtitle&#45;&gt;NotificationModule --> <g id="edge7" class="edge"> <title>NotificationSubtitle&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M629.26,-122.04C629.26,-138.73 629.26,-161 629.26,-161 629.26,-161 1017.28,-161 1017.28,-161"/> <polygon fill="black" stroke="black" points="1017.28,-164.5 1027.28,-161 1017.28,-157.5 1017.28,-164.5"/> </g> <!-- NotificationTitle --> <g id="node8" class="node"> <title>NotificationTitle</title> <polygon fill="#ffffb3" stroke="black" points="516.09,-122 405.91,-122 405.91,-86 516.09,-86 516.09,-122"/> <text text-anchor="middle" x="461" y="-99.8" font-family="Times,serif" font-size="14.00">NotificationTitle</text> </g> <!-- NotificationTitle&#45;&gt;NotificationModule --> <g id="edge8" class="edge"> <title>NotificationTitle&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M508.76,-122.02C508.76,-139.37 508.76,-163 508.76,-163 508.76,-163 1017.3,-163 1017.3,-163"/> <polygon fill="black" stroke="black" points="1017.3,-166.5 1027.3,-163 1017.3,-159.5 1017.3,-166.5"/> </g> <!-- Toast --> <g id="node9" class="node"> <title>Toast</title> <polygon fill="#ffffb3" stroke="black" points="388,-122 334,-122 334,-86 388,-86 388,-122"/> <text text-anchor="middle" x="361" y="-99.8" font-family="Times,serif" font-size="14.00">Toast</text> </g> <!-- Toast&#45;&gt;NotificationModule --> <g id="edge9" class="edge"> <title>Toast&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M361,-122.27C361,-140.56 361,-166 361,-166 361,-166 1017.18,-166 1017.18,-166"/> <polygon fill="black" stroke="black" points="1017.18,-169.5 1027.18,-166 1017.18,-162.5 1017.18,-169.5"/> </g> <!-- ToastCaption --> <g id="node10" class="node"> <title>ToastCaption</title> <polygon fill="#ffffb3" stroke="black" points="315.94,-122 224.06,-122 224.06,-86 315.94,-86 315.94,-122"/> <text text-anchor="middle" x="270" y="-99.8" font-family="Times,serif" font-size="14.00">ToastCaption</text> </g> <!-- ToastCaption&#45;&gt;NotificationModule --> <g id="edge10" class="edge"> <title>ToastCaption&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M270,-122.17C270,-141.09 270,-168 270,-168 270,-168 1017.26,-168 1017.26,-168"/> <polygon fill="black" stroke="black" points="1017.26,-171.5 1027.26,-168 1017.26,-164.5 1017.26,-171.5"/> </g> <!-- ToastSubtitle --> <g id="node11" class="node"> <title>ToastSubtitle</title> <polygon fill="#ffffb3" stroke="black" points="206.16,-122 115.84,-122 115.84,-86 206.16,-86 206.16,-122"/> <text text-anchor="middle" x="161" y="-99.8" font-family="Times,serif" font-size="14.00">ToastSubtitle</text> </g> <!-- ToastSubtitle&#45;&gt;NotificationModule --> <g id="edge11" class="edge"> <title>ToastSubtitle&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M161,-122.31C161,-142.15 161,-171 161,-171 161,-171 1017.08,-171 1017.08,-171"/> <polygon fill="black" stroke="black" points="1017.08,-174.5 1027.08,-171 1017.08,-167.5 1017.08,-174.5"/> </g> <!-- ToastTitle --> <g id="node12" class="node"> <title>ToastTitle</title> <polygon fill="#ffffb3" stroke="black" points="97.54,-122 24.46,-122 24.46,-86 97.54,-86 97.54,-122"/> <text text-anchor="middle" x="61" y="-99.8" font-family="Times,serif" font-size="14.00">ToastTitle</text> </g> <!-- ToastTitle&#45;&gt;NotificationModule --> <g id="edge12" class="edge"> <title>ToastTitle&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M61,-122.13C61,-142.57 61,-173 61,-173 61,-173 1017.35,-173 1017.35,-173"/> <polygon fill="black" stroke="black" points="1017.35,-176.5 1027.35,-173 1017.35,-169.5 1017.35,-176.5"/> </g> <!-- ActionableButton --> <g id="node19" class="node"> <title>ActionableButton </title> <polygon fill="#fb8072" stroke="black" points="1833.54,-252 1714.46,-252 1714.46,-216 1833.54,-216 1833.54,-252"/> <text text-anchor="middle" x="1774" y="-229.8" font-family="Times,serif" font-size="14.00">ActionableButton </text> </g> <!-- NotificationModule&#45;&gt;ActionableButton --> <g id="edge18" class="edge"> <title>NotificationModule&#45;&gt;ActionableButton </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1154.61,-175C1317.89,-175 1739.04,-175 1739.04,-175 1739.04,-175 1739.04,-205.98 1739.04,-205.98"/> <polygon fill="black" stroke="black" points="1735.54,-205.98 1739.04,-215.98 1742.54,-205.98 1735.54,-205.98"/> </g> <!-- ActionableNotification --> <g id="node20" class="node"> <title>ActionableNotification </title> <polygon fill="#fb8072" stroke="black" points="1696.07,-252 1547.93,-252 1547.93,-216 1696.07,-216 1696.07,-252"/> <text text-anchor="middle" x="1622" y="-229.8" font-family="Times,serif" font-size="14.00">ActionableNotification </text> </g> <!-- NotificationModule&#45;&gt;ActionableNotification --> <g id="edge19" class="edge"> <title>NotificationModule&#45;&gt;ActionableNotification </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1154.73,-178C1281.43,-178 1552.86,-178 1552.86,-178 1552.86,-178 1552.86,-205.97 1552.86,-205.97"/> <polygon fill="black" stroke="black" points="1549.36,-205.97 1552.86,-215.97 1556.36,-205.97 1549.36,-205.97"/> </g> <!-- ActionableSubtitle --> <g id="node21" class="node"> <title>ActionableSubtitle </title> <polygon fill="#fb8072" stroke="black" points="1529.48,-252 1404.52,-252 1404.52,-216 1529.48,-216 1529.48,-252"/> <text text-anchor="middle" x="1467" y="-229.8" font-family="Times,serif" font-size="14.00">ActionableSubtitle </text> </g> <!-- NotificationModule&#45;&gt;ActionableSubtitle --> <g id="edge20" class="edge"> <title>NotificationModule&#45;&gt;ActionableSubtitle </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1154.85,-180C1252.12,-180 1426.26,-180 1426.26,-180 1426.26,-180 1426.26,-205.72 1426.26,-205.72"/> <polygon fill="black" stroke="black" points="1422.76,-205.72 1426.26,-215.72 1429.76,-205.72 1422.76,-205.72"/> </g> <!-- ActionableTitle --> <g id="node22" class="node"> <title>ActionableTitle </title> <polygon fill="#fb8072" stroke="black" points="1386.86,-252 1279.14,-252 1279.14,-216 1386.86,-216 1386.86,-252"/> <text text-anchor="middle" x="1333" y="-229.8" font-family="Times,serif" font-size="14.00">ActionableTitle </text> </g> <!-- NotificationModule&#45;&gt;ActionableTitle --> <g id="edge21" class="edge"> <title>NotificationModule&#45;&gt;ActionableTitle </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1154.75,-183C1215.23,-183 1296.93,-183 1296.93,-183 1296.93,-183 1296.93,-205.88 1296.93,-205.88"/> <polygon fill="black" stroke="black" points="1293.43,-205.88 1296.93,-215.88 1300.43,-205.88 1293.43,-205.88"/> </g> <!-- Notification --> <g id="node23" class="node"> <title>Notification </title> <polygon fill="#fb8072" stroke="black" points="1261.65,-252 1174.35,-252 1174.35,-216 1261.65,-216 1261.65,-252"/> <text text-anchor="middle" x="1218" y="-229.8" font-family="Times,serif" font-size="14.00">Notification </text> </g> <!-- NotificationModule&#45;&gt;Notification --> <g id="edge22" class="edge"> <title>NotificationModule&#45;&gt;Notification </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1154.72,-185C1192.29,-185 1232.52,-185 1232.52,-185 1232.52,-185 1232.52,-205.75 1232.52,-205.75"/> <polygon fill="black" stroke="black" points="1229.02,-205.75 1232.52,-215.75 1236.02,-205.75 1229.02,-205.75"/> </g> <!-- NotificationSubtitle --> <g id="node24" class="node"> <title>NotificationSubtitle </title> <polygon fill="#fb8072" stroke="black" points="1156.21,-252 1025.79,-252 1025.79,-216 1156.21,-216 1156.21,-252"/> <text text-anchor="middle" x="1091" y="-229.8" font-family="Times,serif" font-size="14.00">NotificationSubtitle </text> </g> <!-- NotificationModule&#45;&gt;NotificationSubtitle --> <g id="edge23" class="edge"> <title>NotificationModule&#45;&gt;NotificationSubtitle </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1091,-187.11C1091,-187.11 1091,-205.99 1091,-205.99"/> <polygon fill="black" stroke="black" points="1087.5,-205.99 1091,-215.99 1094.5,-205.99 1087.5,-205.99"/> </g> <!-- NotificationTitle --> <g id="node25" class="node"> <title>NotificationTitle </title> <polygon fill="#fb8072" stroke="black" points="1007.59,-252 894.41,-252 894.41,-216 1007.59,-216 1007.59,-252"/> <text text-anchor="middle" x="951" y="-229.8" font-family="Times,serif" font-size="14.00">NotificationTitle </text> </g> <!-- NotificationModule&#45;&gt;NotificationTitle --> <g id="edge24" class="edge"> <title>NotificationModule&#45;&gt;NotificationTitle </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1027.37,-185C986.87,-185 941.98,-185 941.98,-185 941.98,-185 941.98,-205.75 941.98,-205.75"/> <polygon fill="black" stroke="black" points="938.48,-205.75 941.98,-215.75 945.48,-205.75 938.48,-205.75"/> </g> <!-- Toast --> <g id="node26" class="node"> <title>Toast </title> <polygon fill="#fb8072" stroke="black" points="876,-252 822,-252 822,-216 876,-216 876,-252"/> <text text-anchor="middle" x="849" y="-229.8" font-family="Times,serif" font-size="14.00">Toast </text> </g> <!-- NotificationModule&#45;&gt;Toast --> <g id="edge25" class="edge"> <title>NotificationModule&#45;&gt;Toast </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1027.1,-183C955.4,-183 849,-183 849,-183 849,-183 849,-205.88 849,-205.88"/> <polygon fill="black" stroke="black" points="845.5,-205.88 849,-215.88 852.5,-205.88 845.5,-205.88"/> </g> <!-- ToastCaption --> <g id="node27" class="node"> <title>ToastCaption </title> <polygon fill="#fb8072" stroke="black" points="804.43,-252 709.57,-252 709.57,-216 804.43,-216 804.43,-252"/> <text text-anchor="middle" x="757" y="-229.8" font-family="Times,serif" font-size="14.00">ToastCaption </text> </g> <!-- NotificationModule&#45;&gt;ToastCaption --> <g id="edge26" class="edge"> <title>NotificationModule&#45;&gt;ToastCaption </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1027.33,-180C939.67,-180 792.52,-180 792.52,-180 792.52,-180 792.52,-205.72 792.52,-205.72"/> <polygon fill="black" stroke="black" points="789.02,-205.72 792.52,-215.72 796.02,-205.72 789.02,-205.72"/> </g> <!-- ToastSubtitle --> <g id="node28" class="node"> <title>ToastSubtitle </title> <polygon fill="#fb8072" stroke="black" points="691.16,-252 596.84,-252 596.84,-216 691.16,-216 691.16,-252"/> <text text-anchor="middle" x="644" y="-229.8" font-family="Times,serif" font-size="14.00">ToastSubtitle </text> </g> <!-- NotificationModule&#45;&gt;ToastSubtitle --> <g id="edge27" class="edge"> <title>NotificationModule&#45;&gt;ToastSubtitle </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1027.14,-178C912.84,-178 685.13,-178 685.13,-178 685.13,-178 685.13,-205.97 685.13,-205.97"/> <polygon fill="black" stroke="black" points="681.63,-205.97 685.13,-215.97 688.63,-205.97 681.63,-205.97"/> </g> <!-- ToastTitle --> <g id="node29" class="node"> <title>ToastTitle </title> <polygon fill="#fb8072" stroke="black" points="578.54,-252 501.46,-252 501.46,-216 578.54,-216 578.54,-252"/> <text text-anchor="middle" x="540" y="-229.8" font-family="Times,serif" font-size="14.00">ToastTitle </text> </g> <!-- NotificationModule&#45;&gt;ToastTitle --> <g id="edge28" class="edge"> <title>NotificationModule&#45;&gt;ToastTitle </title> <path fill="none" stroke="black" stroke-dasharray="5,2" d="M1027.32,-175C885.58,-175 556.46,-175 556.46,-175 556.46,-175 556.46,-205.98 556.46,-205.98"/> <polygon fill="black" stroke="black" points="552.96,-205.98 556.46,-215.98 559.96,-205.98 552.96,-205.98"/> </g> <!-- ButtonModule --> <g id="node14" class="node"> <title>ButtonModule</title> <polygon fill="#8dd3c7" stroke="black" points="2031.67,-122 2028.67,-126 2007.67,-126 2004.67,-122 1934.33,-122 1934.33,-86 2031.67,-86 2031.67,-122"/> <text text-anchor="middle" x="1983" y="-99.8" font-family="Times,serif" font-size="14.00">ButtonModule</text> </g> <!-- ButtonModule&#45;&gt;NotificationModule --> <g id="edge13" class="edge"> <title>ButtonModule&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M1983,-122.17C1983,-141.09 1983,-168 1983,-168 1983,-168 1164.79,-168 1164.79,-168"/> <polygon fill="black" stroke="black" points="1164.79,-164.5 1154.79,-168 1164.79,-171.5 1164.79,-164.5"/> </g> <!-- ExperimentalModule --> <g id="node15" class="node"> <title>ExperimentalModule</title> <polygon fill="#8dd3c7" stroke="black" points="1916.47,-122 1913.47,-126 1892.47,-126 1889.47,-122 1781.53,-122 1781.53,-86 1916.47,-86 1916.47,-122"/> <text text-anchor="middle" x="1849" y="-99.8" font-family="Times,serif" font-size="14.00">ExperimentalModule</text> </g> <!-- ExperimentalModule&#45;&gt;NotificationModule --> <g id="edge14" class="edge"> <title>ExperimentalModule&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M1807.52,-122.27C1807.52,-140.56 1807.52,-166 1807.52,-166 1807.52,-166 1164.9,-166 1164.9,-166"/> <polygon fill="black" stroke="black" points="1164.9,-162.5 1154.9,-166 1164.9,-169.5 1164.9,-162.5"/> </g> <!-- I18nModule --> <g id="node16" class="node"> <title>I18nModule</title> <polygon fill="#8dd3c7" stroke="black" points="1763.71,-122 1760.71,-126 1739.71,-126 1736.71,-122 1678.29,-122 1678.29,-86 1763.71,-86 1763.71,-122"/> <text text-anchor="middle" x="1721" y="-99.8" font-family="Times,serif" font-size="14.00">I18nModule</text> </g> <!-- I18nModule&#45;&gt;NotificationModule --> <g id="edge15" class="edge"> <title>I18nModule&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M1687.34,-122.02C1687.34,-139.37 1687.34,-163 1687.34,-163 1687.34,-163 1164.82,-163 1164.82,-163"/> <polygon fill="black" stroke="black" points="1164.82,-159.5 1154.82,-163 1164.82,-166.5 1164.82,-159.5"/> </g> <!-- IconModule --> <g id="node17" class="node"> <title>IconModule</title> <polygon fill="#8dd3c7" stroke="black" points="1660.43,-122 1657.43,-126 1636.43,-126 1633.43,-122 1575.57,-122 1575.57,-86 1660.43,-86 1660.43,-122"/> <text text-anchor="middle" x="1618" y="-99.8" font-family="Times,serif" font-size="14.00">IconModule</text> </g> <!-- IconModule&#45;&gt;NotificationModule --> <g id="edge16" class="edge"> <title>IconModule&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M1618,-122.04C1618,-138.73 1618,-161 1618,-161 1618,-161 1164.83,-161 1164.83,-161"/> <polygon fill="black" stroke="black" points="1164.83,-157.5 1154.83,-161 1164.83,-164.5 1164.83,-157.5"/> </g> <!-- LinkModule --> <g id="node18" class="node"> <title>LinkModule</title> <polygon fill="#8dd3c7" stroke="black" points="1557.99,-122 1554.99,-126 1533.99,-126 1530.99,-122 1472.01,-122 1472.01,-86 1557.99,-86 1557.99,-122"/> <text text-anchor="middle" x="1515" y="-99.8" font-family="Times,serif" font-size="14.00">LinkModule</text> </g> <!-- LinkModule&#45;&gt;NotificationModule --> <g id="edge17" class="edge"> <title>LinkModule&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M1500.62,-122.01C1500.62,-138.05 1500.62,-159 1500.62,-159 1500.62,-159 1165,-159 1165,-159"/> <polygon fill="black" stroke="black" points="1165,-155.5 1155,-159 1165,-162.5 1165,-155.5"/> </g> <!-- NotificationDisplayService --> <g id="node30" class="node"> <title>NotificationDisplayService</title> <ellipse fill="#fdb462" stroke="black" cx="2364" cy="-104" rx="116.89" ry="18"/> <text text-anchor="middle" x="2364" y="-99.8" font-family="Times,serif" font-size="14.00">NotificationDisplayService</text> </g> <!-- NotificationDisplayService&#45;&gt;NotificationModule --> <g id="edge29" class="edge"> <title>NotificationDisplayService&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M2364,-122.13C2364,-142.57 2364,-173 2364,-173 2364,-173 1165,-173 1165,-173"/> <polygon fill="black" stroke="black" points="1165,-169.5 1155,-173 1165,-176.5 1165,-169.5"/> </g> <!-- NotificationService --> <g id="node31" class="node"> <title>NotificationService</title> <ellipse fill="#fdb462" stroke="black" cx="2143" cy="-104" rx="86.81" ry="18"/> <text text-anchor="middle" x="2143" y="-99.8" font-family="Times,serif" font-size="14.00">NotificationService</text> </g> <!-- NotificationService&#45;&gt;NotificationModule --> <g id="edge30" class="edge"> <title>NotificationService&#45;&gt;NotificationModule</title> <path fill="none" stroke="black" d="M2143,-122.31C2143,-142.15 2143,-171 2143,-171 2143,-171 1164.83,-171 1164.83,-171"/> <polygon fill="black" stroke="black" points="1164.83,-167.5 1154.83,-171 1164.83,-174.5 1164.83,-167.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/notification/notification.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="../directives/ActionableButton.html">ActionableButton</a> </li> <li class="list-group-item"> <a href="../components/ActionableNotification.html">ActionableNotification</a> </li> <li class="list-group-item"> <a href="../directives/ActionableSubtitle.html">ActionableSubtitle</a> </li> <li class="list-group-item"> <a href="../directives/ActionableTitle.html">ActionableTitle</a> </li> <li class="list-group-item"> <a href="../components/BaseNotification.html">BaseNotification</a> </li> <li class="list-group-item"> <a href="../components/Notification.html">Notification</a> </li> <li class="list-group-item"> <a href="../directives/NotificationSubtitle.html">NotificationSubtitle</a> </li> <li class="list-group-item"> <a href="../directives/NotificationTitle.html">NotificationTitle</a> </li> <li class="list-group-item"> <a href="../components/Toast.html">Toast</a> </li> <li class="list-group-item"> <a href="../directives/ToastCaption.html">ToastCaption</a> </li> <li class="list-group-item"> <a href="../directives/ToastSubtitle.html">ToastSubtitle</a> </li> <li class="list-group-item"> <a href="../directives/ToastTitle.html">ToastTitle</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/NotificationDisplayService.html">NotificationDisplayService</a> </li> <li class="list-group-item"> <a href="../injectables/NotificationService.html">NotificationService</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/LinkModule.html">LinkModule</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="../directives/ActionableButton.html">ActionableButton</a> </li> <li class="list-group-item"> <a href="../components/ActionableNotification.html">ActionableNotification</a> </li> <li class="list-group-item"> <a href="../directives/ActionableSubtitle.html">ActionableSubtitle</a> </li> <li class="list-group-item"> <a href="../directives/ActionableTitle.html">ActionableTitle</a> </li> <li class="list-group-item"> <a href="../components/Notification.html">Notification</a> </li> <li class="list-group-item"> <a href="../directives/NotificationSubtitle.html">NotificationSubtitle</a> </li> <li class="list-group-item"> <a href="../directives/NotificationTitle.html">NotificationTitle</a> </li> <li class="list-group-item"> <a href="../components/Toast.html">Toast</a> </li> <li class="list-group-item"> <a href="../directives/ToastCaption.html">ToastCaption</a> </li> <li class="list-group-item"> <a href="../directives/ToastSubtitle.html">ToastSubtitle</a> </li> <li class="list-group-item"> <a href="../directives/ToastTitle.html">ToastTitle</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 { ButtonModule } from &quot;carbon-components-angular/button&quot;; import { CommonModule } from &quot;@angular/common&quot;; import { ActionableNotification } from &quot;./actionable-notification.component&quot;; import { ActionableButton } from &quot;./actionable-button.directive&quot;; import { ActionableTitle } from &quot;./actionable-title.directive&quot;; import { ActionableSubtitle } from &quot;./actionable-subtitle.directive&quot;; import { BaseNotification } from &quot;./base-notification.component&quot;; import { Toast } from &quot;./toast.component&quot;; import { ToastTitle } from &quot;./toast-title.directive&quot;; import { ToastSubtitle } from &quot;./toast-subtitle.directive&quot;; import { ToastCaption } from &quot;./toast-caption.directive&quot;; import { NotificationTitle } from &quot;./notification-title.directive&quot;; import { NotificationSubtitle } from &quot;./notification-subtitle.directive&quot;; import { Notification } from &quot;./notification.component&quot;; import { NotificationService } from &quot;./notification.service&quot;; import { NotificationDisplayService } from &quot;./notification-display.service&quot;; import { I18nModule } from &quot;carbon-components-angular/i18n&quot;; import { ExperimentalModule } from &quot;carbon-components-angular/experimental&quot;; import { LinkModule } from &quot;carbon-components-angular/link&quot;; import { IconModule } from &quot;carbon-components-angular/icon&quot;; @NgModule({ declarations: [ ActionableButton, ActionableNotification, ActionableTitle, ActionableSubtitle, BaseNotification, Notification, Toast, ToastTitle, ToastSubtitle, ToastCaption, NotificationTitle, NotificationSubtitle ], exports: [ Notification, ActionableButton, ActionableNotification, ActionableTitle, ActionableSubtitle, Toast, ToastTitle, ToastSubtitle, ToastCaption, NotificationTitle, NotificationSubtitle ], imports: [ ButtonModule, CommonModule, I18nModule, ExperimentalModule, LinkModule, IconModule ], providers: [NotificationService, NotificationDisplayService] }) export class NotificationModule {} </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 = 'NotificationModule.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>