carbon-components-angular
Version:
Next generation components
696 lines (631 loc) • 33.4 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" >TilesModule</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="1521pt" height="396pt"
viewBox="0.00 0.00 1521.00 395.59" 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 391.59)">
<title>dependencies</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 1517,-391.59 1517,4 -4,4"/>
<text text-anchor="start" x="735.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
<polygon fill="#ffffb3" stroke="transparent" points="522.5,-10 522.5,-30 542.5,-30 542.5,-10 522.5,-10"/>
<text text-anchor="start" x="546.13" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
<polygon fill="#8dd3c7" stroke="transparent" points="635.5,-10 635.5,-30 655.5,-30 655.5,-10 635.5,-10"/>
<text text-anchor="start" x="659.23" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
<polygon fill="#80b1d3" stroke="transparent" points="721.5,-10 721.5,-30 741.5,-30 741.5,-10 721.5,-10"/>
<text text-anchor="start" x="745.28" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
<polygon fill="#fdb462" stroke="transparent" points="818.5,-10 818.5,-30 838.5,-30 838.5,-10 818.5,-10"/>
<text text-anchor="start" x="842.17" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
<polygon fill="#fb8072" stroke="transparent" points="914.5,-10 914.5,-30 934.5,-30 934.5,-10 914.5,-10"/>
<text text-anchor="start" x="938.23" y="-15.4" font-family="Times-12" font-size="14.00">  Exports</text>
<g id="clust1" class="cluster">
<title>cluster_TilesModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1505,-379.59 1505,-70 8,-70"/>
</g>
<g id="clust12" class="cluster">
<title>cluster_TilesModule_exports</title>
<polygon fill="none" stroke="black" points="245,-319.59 245,-371.59 1435,-371.59 1435,-319.59 245,-319.59"/>
</g>
<g id="clust2" class="cluster">
<title>cluster_TilesModule_declarations</title>
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 1181,-241.59 1181,-189.59 16,-189.59"/>
</g>
<g id="clust11" class="cluster">
<title>cluster_TilesModule_imports</title>
<polygon fill="none" stroke="black" points="1189,-189.59 1189,-241.59 1497,-241.59 1497,-189.59 1189,-189.59"/>
</g>
<g id="clust10" class="cluster">
<title>cluster_TilesModule_TileGroup_providers</title>
<polygon fill="none" stroke="black" points="16,-78 16,-176.59 652,-176.59 652,-78 16,-78"/>
</g>
<!-- ClickableTile -->
<g id="node1" class="node">
<title>ClickableTile</title>
<polygon fill="#ffffb3" stroke="black" points="1173.2,-233.59 1080.8,-233.59 1080.8,-197.59 1173.2,-197.59 1173.2,-233.59"/>
<text text-anchor="middle" x="1127" y="-211.39" font-family="Times,serif" font-size="14.00">ClickableTile</text>
</g>
<!-- TilesModule -->
<g id="node9" class="node">
<title>TilesModule</title>
<polygon fill="#8dd3c7" stroke="black" points="866.54,-298.59 863.54,-302.59 842.54,-302.59 839.54,-298.59 779.46,-298.59 779.46,-262.59 866.54,-262.59 866.54,-298.59"/>
<text text-anchor="middle" x="823" y="-276.39" font-family="Times,serif" font-size="14.00">TilesModule</text>
</g>
<!-- ClickableTile->TilesModule -->
<g id="edge1" class="edge">
<title>ClickableTile->TilesModule</title>
<path fill="none" stroke="black" d="M1101.98,-233.6C1101.98,-249.64 1101.98,-270.59 1101.98,-270.59 1101.98,-270.59 876.59,-270.59 876.59,-270.59"/>
<polygon fill="black" stroke="black" points="876.59,-267.09 866.59,-270.59 876.59,-274.09 876.59,-267.09"/>
</g>
<!-- ClickableTileIconDirective -->
<g id="node2" class="node">
<title>ClickableTileIconDirective</title>
<polygon fill="#ffffb3" stroke="black" points="1062.66,-233.59 893.34,-233.59 893.34,-197.59 1062.66,-197.59 1062.66,-233.59"/>
<text text-anchor="middle" x="978" y="-211.39" font-family="Times,serif" font-size="14.00">ClickableTileIconDirective</text>
</g>
<!-- ClickableTileIconDirective->TilesModule -->
<g id="edge2" class="edge">
<title>ClickableTileIconDirective->TilesModule</title>
<path fill="none" stroke="black" d="M945.01,-233.71C945.01,-248.37 945.01,-266.59 945.01,-266.59 945.01,-266.59 876.71,-266.59 876.71,-266.59"/>
<polygon fill="black" stroke="black" points="876.71,-263.09 866.71,-266.59 876.71,-270.09 876.71,-263.09"/>
</g>
<!-- ExpandableTile -->
<g id="node3" class="node">
<title>ExpandableTile</title>
<polygon fill="#ffffb3" stroke="black" points="875.14,-233.59 770.86,-233.59 770.86,-197.59 875.14,-197.59 875.14,-233.59"/>
<text text-anchor="middle" x="823" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTile</text>
</g>
<!-- ExpandableTile->TilesModule -->
<g id="edge3" class="edge">
<title>ExpandableTile->TilesModule</title>
<path fill="none" stroke="black" d="M823,-233.7C823,-233.7 823,-252.58 823,-252.58"/>
<polygon fill="black" stroke="black" points="819.5,-252.58 823,-262.58 826.5,-252.58 819.5,-252.58"/>
</g>
<!-- ExpandableTileAboveFoldDirective -->
<g id="node4" class="node">
<title>ExpandableTileAboveFoldDirective</title>
<polygon fill="#ffffb3" stroke="black" points="752.71,-233.59 533.29,-233.59 533.29,-197.59 752.71,-197.59 752.71,-233.59"/>
<text text-anchor="middle" x="643" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTileAboveFoldDirective</text>
</g>
<!-- ExpandableTileAboveFoldDirective->TilesModule -->
<g id="edge4" class="edge">
<title>ExpandableTileAboveFoldDirective->TilesModule</title>
<path fill="none" stroke="black" d="M606.38,-233.71C606.38,-248.37 606.38,-266.59 606.38,-266.59 606.38,-266.59 769.42,-266.59 769.42,-266.59"/>
<polygon fill="black" stroke="black" points="769.42,-270.09 779.42,-266.59 769.42,-263.09 769.42,-270.09"/>
</g>
<!-- ExpandableTileBelowFoldDirective -->
<g id="node5" class="node">
<title>ExpandableTileBelowFoldDirective</title>
<polygon fill="#ffffb3" stroke="black" points="515.44,-233.59 296.56,-233.59 296.56,-197.59 515.44,-197.59 515.44,-233.59"/>
<text text-anchor="middle" x="406" y="-211.39" font-family="Times,serif" font-size="14.00">ExpandableTileBelowFoldDirective</text>
</g>
<!-- ExpandableTileBelowFoldDirective->TilesModule -->
<g id="edge5" class="edge">
<title>ExpandableTileBelowFoldDirective->TilesModule</title>
<path fill="none" stroke="black" d="M452.31,-233.6C452.31,-249.64 452.31,-270.59 452.31,-270.59 452.31,-270.59 769.39,-270.59 769.39,-270.59"/>
<polygon fill="black" stroke="black" points="769.39,-274.09 779.39,-270.59 769.39,-267.09 769.39,-274.09"/>
</g>
<!-- SelectionTile -->
<g id="node6" class="node">
<title>SelectionTile</title>
<polygon fill="#ffffb3" stroke="black" points="278.15,-233.59 187.85,-233.59 187.85,-197.59 278.15,-197.59 278.15,-233.59"/>
<text text-anchor="middle" x="233" y="-211.39" font-family="Times,serif" font-size="14.00">SelectionTile</text>
</g>
<!-- SelectionTile->TilesModule -->
<g id="edge6" class="edge">
<title>SelectionTile->TilesModule</title>
<path fill="none" stroke="black" d="M265.71,-233.62C265.71,-250.65 265.71,-273.59 265.71,-273.59 265.71,-273.59 769.27,-273.59 769.27,-273.59"/>
<polygon fill="black" stroke="black" points="769.27,-277.09 779.27,-273.59 769.27,-270.09 769.27,-277.09"/>
</g>
<!-- Tile -->
<g id="node7" class="node">
<title>Tile</title>
<polygon fill="#ffffb3" stroke="black" points="170,-233.59 116,-233.59 116,-197.59 170,-197.59 170,-233.59"/>
<text text-anchor="middle" x="143" y="-211.39" font-family="Times,serif" font-size="14.00">Tile</text>
</g>
<!-- Tile->TilesModule -->
<g id="edge7" class="edge">
<title>Tile->TilesModule</title>
<path fill="none" stroke="black" d="M143,-233.86C143,-252.15 143,-277.59 143,-277.59 143,-277.59 769.43,-277.59 769.43,-277.59"/>
<polygon fill="black" stroke="black" points="769.43,-281.09 779.43,-277.59 769.43,-274.09 769.43,-281.09"/>
</g>
<!-- TileGroup -->
<g id="node8" class="node">
<title>TileGroup</title>
<polygon fill="#ffffb3" stroke="black" points="98.32,-233.59 23.68,-233.59 23.68,-197.59 98.32,-197.59 98.32,-233.59"/>
<text text-anchor="middle" x="61" y="-211.39" font-family="Times,serif" font-size="14.00">TileGroup</text>
</g>
<!-- TileGroup->TilesModule -->
<g id="edge8" class="edge">
<title>TileGroup->TilesModule</title>
<path fill="none" stroke="black" d="M61,-233.7C61,-252.93 61,-280.59 61,-280.59 61,-280.59 769.29,-280.59 769.29,-280.59"/>
<polygon fill="black" stroke="black" points="769.29,-284.09 779.29,-280.59 769.29,-277.09 769.29,-284.09"/>
</g>
<!-- ClickableTile -->
<g id="node14" class="node">
<title>ClickableTile </title>
<polygon fill="#fb8072" stroke="black" points="1426.7,-363.59 1331.3,-363.59 1331.3,-327.59 1426.7,-327.59 1426.7,-363.59"/>
<text text-anchor="middle" x="1379" y="-341.39" font-family="Times,serif" font-size="14.00">ClickableTile </text>
</g>
<!-- TilesModule->ClickableTile -->
<g id="edge13" class="edge">
<title>TilesModule->ClickableTile </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M866.8,-286.59C994.61,-286.59 1358.18,-286.59 1358.18,-286.59 1358.18,-286.59 1358.18,-317.57 1358.18,-317.57"/>
<polygon fill="black" stroke="black" points="1354.68,-317.57 1358.18,-327.57 1361.68,-317.57 1354.68,-317.57"/>
</g>
<!-- ClickableTileIconDirective -->
<g id="node15" class="node">
<title>ClickableTileIconDirective </title>
<polygon fill="#fb8072" stroke="black" points="1313.16,-363.59 1140.84,-363.59 1140.84,-327.59 1313.16,-327.59 1313.16,-363.59"/>
<text text-anchor="middle" x="1227" y="-341.39" font-family="Times,serif" font-size="14.00">ClickableTileIconDirective </text>
</g>
<!-- TilesModule->ClickableTileIconDirective -->
<g id="edge14" class="edge">
<title>TilesModule->ClickableTileIconDirective </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M866.65,-290.59C957.15,-290.59 1156.89,-290.59 1156.89,-290.59 1156.89,-290.59 1156.89,-317.58 1156.89,-317.58"/>
<polygon fill="black" stroke="black" points="1153.39,-317.58 1156.89,-327.58 1160.39,-317.58 1153.39,-317.58"/>
</g>
<!-- ExpandableTile -->
<g id="node16" class="node">
<title>ExpandableTile </title>
<polygon fill="#fb8072" stroke="black" points="1123.14,-363.59 1014.86,-363.59 1014.86,-327.59 1123.14,-327.59 1123.14,-363.59"/>
<text text-anchor="middle" x="1069" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTile </text>
</g>
<!-- TilesModule->ExpandableTile -->
<g id="edge15" class="edge">
<title>TilesModule->ExpandableTile </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M866.66,-294.59C929.71,-294.59 1038.76,-294.59 1038.76,-294.59 1038.76,-294.59 1038.76,-317.47 1038.76,-317.47"/>
<polygon fill="black" stroke="black" points="1035.26,-317.47 1038.76,-327.47 1042.26,-317.47 1035.26,-317.47"/>
</g>
<!-- ExpandableTileAboveFoldDirective -->
<g id="node17" class="node">
<title>ExpandableTileAboveFoldDirective </title>
<polygon fill="#fb8072" stroke="black" points="996.71,-363.59 773.29,-363.59 773.29,-327.59 996.71,-327.59 996.71,-363.59"/>
<text text-anchor="middle" x="885" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTileAboveFoldDirective </text>
</g>
<!-- TilesModule->ExpandableTileAboveFoldDirective -->
<g id="edge16" class="edge">
<title>TilesModule->ExpandableTileAboveFoldDirective </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M823,-298.7C823,-298.7 823,-317.58 823,-317.58"/>
<polygon fill="black" stroke="black" points="819.5,-317.58 823,-327.58 826.5,-317.58 819.5,-317.58"/>
</g>
<!-- ExpandableTileBelowFoldDirective -->
<g id="node18" class="node">
<title>ExpandableTileBelowFoldDirective </title>
<polygon fill="#fb8072" stroke="black" points="755.44,-363.59 532.56,-363.59 532.56,-327.59 755.44,-327.59 755.44,-363.59"/>
<text text-anchor="middle" x="644" y="-341.39" font-family="Times,serif" font-size="14.00">ExpandableTileBelowFoldDirective </text>
</g>
<!-- TilesModule->ExpandableTileBelowFoldDirective -->
<g id="edge17" class="edge">
<title>TilesModule->ExpandableTileBelowFoldDirective </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M779.2,-295.59C737.04,-295.59 679.62,-295.59 679.62,-295.59 679.62,-295.59 679.62,-317.54 679.62,-317.54"/>
<polygon fill="black" stroke="black" points="676.12,-317.54 679.62,-327.54 683.12,-317.54 676.12,-317.54"/>
</g>
<!-- SelectionTile -->
<g id="node19" class="node">
<title>SelectionTile </title>
<polygon fill="#fb8072" stroke="black" points="515.15,-363.59 420.85,-363.59 420.85,-327.59 515.15,-327.59 515.15,-363.59"/>
<text text-anchor="middle" x="468" y="-341.39" font-family="Times,serif" font-size="14.00">SelectionTile </text>
</g>
<!-- TilesModule->SelectionTile -->
<g id="edge18" class="edge">
<title>TilesModule->SelectionTile </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M779.34,-291.59C687.69,-291.59 483.69,-291.59 483.69,-291.59 483.69,-291.59 483.69,-317.31 483.69,-317.31"/>
<polygon fill="black" stroke="black" points="480.19,-317.31 483.69,-327.31 487.19,-317.31 480.19,-317.31"/>
</g>
<!-- Tile -->
<g id="node20" class="node">
<title>Tile </title>
<polygon fill="#fb8072" stroke="black" points="403,-363.59 349,-363.59 349,-327.59 403,-327.59 403,-363.59"/>
<text text-anchor="middle" x="376" y="-341.39" font-family="Times,serif" font-size="14.00">Tile </text>
</g>
<!-- TilesModule->Tile -->
<g id="edge19" class="edge">
<title>TilesModule->Tile </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M779.33,-288.59C666.85,-288.59 376,-288.59 376,-288.59 376,-288.59 376,-317.55 376,-317.55"/>
<polygon fill="black" stroke="black" points="372.5,-317.55 376,-327.55 379.5,-317.55 372.5,-317.55"/>
</g>
<!-- TileGroup -->
<g id="node21" class="node">
<title>TileGroup </title>
<polygon fill="#fb8072" stroke="black" points="330.82,-363.59 253.18,-363.59 253.18,-327.59 330.82,-327.59 330.82,-363.59"/>
<text text-anchor="middle" x="292" y="-341.39" font-family="Times,serif" font-size="14.00">TileGroup </text>
</g>
<!-- TilesModule->TileGroup -->
<g id="edge20" class="edge">
<title>TilesModule->TileGroup </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M779.14,-284.59C655.61,-284.59 313.72,-284.59 313.72,-284.59 313.72,-284.59 313.72,-317.29 313.72,-317.29"/>
<polygon fill="black" stroke="black" points="310.22,-317.29 313.72,-327.29 317.22,-317.29 310.22,-317.29"/>
</g>
<!-- {
   provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
} -->
<g id="node10" class="node">
<title>{
   provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
}</title>
<ellipse fill="#fdb462" stroke="black" cx="334" cy="-127.3" rx="309.77" ry="41.09"/>
<text text-anchor="middle" x="334" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
<text text-anchor="middle" x="334" y="-123.1" font-family="Times,serif" font-size="14.00">    provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true</text>
<text text-anchor="middle" x="334" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
</g>
<!-- {
   provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
}->TileGroup -->
<g id="edge9" class="edge">
<title>{
   provide: NG_VALUE_ACCESSOR, useExisting: TileGroup, multi: true
}->TileGroup</title>
<path fill="none" stroke="black" d="M61.26,-146.89C61.26,-146.89 61.26,-187.55 61.26,-187.55"/>
<polygon fill="black" stroke="black" points="57.76,-187.55 61.26,-197.55 64.76,-187.55 57.76,-187.55"/>
</g>
<!-- I18nModule -->
<g id="node11" class="node">
<title>I18nModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1488.71,-233.59 1485.71,-237.59 1464.71,-237.59 1461.71,-233.59 1403.29,-233.59 1403.29,-197.59 1488.71,-197.59 1488.71,-233.59"/>
<text text-anchor="middle" x="1446" y="-211.39" font-family="Times,serif" font-size="14.00">I18nModule</text>
</g>
<!-- I18nModule->TilesModule -->
<g id="edge10" class="edge">
<title>I18nModule->TilesModule</title>
<path fill="none" stroke="black" d="M1415.12,-233.9C1415.12,-253.74 1415.12,-282.59 1415.12,-282.59 1415.12,-282.59 877.02,-282.59 877.02,-282.59"/>
<polygon fill="black" stroke="black" points="877.02,-279.09 867.02,-282.59 877.02,-286.09 877.02,-279.09"/>
</g>
<!-- IconModule -->
<g id="node12" class="node">
<title>IconModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1385.43,-233.59 1382.43,-237.59 1361.43,-237.59 1358.43,-233.59 1300.57,-233.59 1300.57,-197.59 1385.43,-197.59 1385.43,-233.59"/>
<text text-anchor="middle" x="1343" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
</g>
<!-- IconModule->TilesModule -->
<g id="edge11" class="edge">
<title>IconModule->TilesModule</title>
<path fill="none" stroke="black" d="M1307.06,-233.81C1307.06,-252.42 1307.06,-278.59 1307.06,-278.59 1307.06,-278.59 876.81,-278.59 876.81,-278.59"/>
<polygon fill="black" stroke="black" points="876.81,-275.09 866.81,-278.59 876.81,-282.09 876.81,-275.09"/>
</g>
<!-- LinkModule -->
<g id="node13" class="node">
<title>LinkModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1282.99,-233.59 1279.99,-237.59 1258.99,-237.59 1255.99,-233.59 1197.01,-233.59 1197.01,-197.59 1282.99,-197.59 1282.99,-233.59"/>
<text text-anchor="middle" x="1240" y="-211.39" font-family="Times,serif" font-size="14.00">LinkModule</text>
</g>
<!-- LinkModule->TilesModule -->
<g id="edge12" class="edge">
<title>LinkModule->TilesModule</title>
<path fill="none" stroke="black" d="M1240,-233.61C1240,-250.96 1240,-274.59 1240,-274.59 1240,-274.59 876.84,-274.59 876.84,-274.59"/>
<polygon fill="black" stroke="black" points="876.84,-271.09 866.84,-274.59 876.84,-278.09 876.84,-271.09"/>
</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/tiles/tiles.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/ClickableTile.html">ClickableTile</a>
</li>
<li class="list-group-item">
<a href="../directives/ClickableTileIconDirective.html">ClickableTileIconDirective</a>
</li>
<li class="list-group-item">
<a href="../components/ExpandableTile.html">ExpandableTile</a>
</li>
<li class="list-group-item">
<a href="../directives/ExpandableTileAboveFoldDirective.html">ExpandableTileAboveFoldDirective</a>
</li>
<li class="list-group-item">
<a href="../directives/ExpandableTileBelowFoldDirective.html">ExpandableTileBelowFoldDirective</a>
</li>
<li class="list-group-item">
<a href="../components/SelectionTile.html">SelectionTile</a>
</li>
<li class="list-group-item">
<a href="../components/Tile.html">Tile</a>
</li>
<li class="list-group-item">
<a href="../components/TileGroup.html">TileGroup</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
title="Official documentation about module imports"><span
class="icon ion-ios-information-circle-outline"></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../modules/I18nModule.html">I18nModule</a>
</li>
<li class="list-group-item">
<a href="../modules/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="../components/ClickableTile.html">ClickableTile</a>
</li>
<li class="list-group-item">
<a href="../directives/ClickableTileIconDirective.html">ClickableTileIconDirective</a>
</li>
<li class="list-group-item">
<a href="../components/ExpandableTile.html">ExpandableTile</a>
</li>
<li class="list-group-item">
<a href="../directives/ExpandableTileAboveFoldDirective.html">ExpandableTileAboveFoldDirective</a>
</li>
<li class="list-group-item">
<a href="../directives/ExpandableTileBelowFoldDirective.html">ExpandableTileBelowFoldDirective</a>
</li>
<li class="list-group-item">
<a href="../components/SelectionTile.html">SelectionTile</a>
</li>
<li class="list-group-item">
<a href="../components/Tile.html">Tile</a>
</li>
<li class="list-group-item">
<a href="../components/TileGroup.html">TileGroup</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 "@angular/core";
import { CommonModule } from "@angular/common";
import { Tile } from "./tile.component";
import { ClickableTile } from "./clickable-tile.component";
import { ClickableTileIconDirective } from "./clickable-tile-icon.directive";
import { ExpandableTile } from "./expandable-tile.component";
import { ExpandableTileAboveFoldDirective } from "./expandable-tile-above.directive";
import { ExpandableTileBelowFoldDirective } from "./expandable-tile-below.directive";
import { SelectionTile } from "./selection-tile.component";
import { TileGroup } from "./tile-group.component";
import { I18nModule } from "carbon-components-angular/i18n";
import { IconModule } from "carbon-components-angular/icon";
import { LinkModule } from "carbon-components-angular/link";
@NgModule({
declarations: [
Tile,
ClickableTile,
ClickableTileIconDirective,
ExpandableTileAboveFoldDirective,
ExpandableTileBelowFoldDirective,
ExpandableTile,
SelectionTile,
TileGroup
],
exports: [
Tile,
ClickableTile,
ClickableTileIconDirective,
ExpandableTileAboveFoldDirective,
ExpandableTileBelowFoldDirective,
ExpandableTile,
SelectionTile,
TileGroup
],
imports: [
CommonModule,
I18nModule,
IconModule,
LinkModule
]
})
export class TilesModule {}
</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 = 'TilesModule.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>