carbon-components-angular
Version:
Next generation components
658 lines (599 loc) • 32.6 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">
</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="clust2" class="cluster">
<title>cluster_TilesModule_declarations</title>
<polygon fill="none" stroke="black" points="332,-189.59 332,-241.59 1497,-241.59 1497,-189.59 332,-189.59"/>
</g>
<g id="clust12" class="cluster">
<title>cluster_TilesModule_exports</title>
<polygon fill="none" stroke="black" points="83,-319.59 83,-371.59 1273,-371.59 1273,-319.59 83,-319.59"/>
</g>
<g id="clust10" class="cluster">
<title>cluster_TilesModule_TileGroup_providers</title>
<polygon fill="none" stroke="black" points="59,-78 59,-176.59 695,-176.59 695,-78 59,-78"/>
</g>
<g id="clust11" class="cluster">
<title>cluster_TilesModule_imports</title>
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 324,-241.59 324,-189.59 16,-189.59"/>
</g>
<!-- ClickableTile -->
<g id="node1" class="node">
<title>ClickableTile</title>
<polygon fill="#ffffb3" stroke="black" points="1489.2,-233.59 1396.8,-233.59 1396.8,-197.59 1489.2,-197.59 1489.2,-233.59"/>
<text text-anchor="middle" x="1443" 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="592.54,-298.59 589.54,-302.59 568.54,-302.59 565.54,-298.59 505.46,-298.59 505.46,-262.59 592.54,-262.59 592.54,-298.59"/>
<text text-anchor="middle" x="549" 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="M1443,-233.7C1443,-252.93 1443,-280.59 1443,-280.59 1443,-280.59 602.72,-280.59 602.72,-280.59"/>
<polygon fill="black" stroke="black" points="602.72,-277.09 592.72,-280.59 602.72,-284.09 602.72,-277.09"/>
</g>
<!-- ClickableTileIconDirective -->
<g id="node2" class="node">
<title>ClickableTileIconDirective</title>
<polygon fill="#ffffb3" stroke="black" points="1378.66,-233.59 1209.34,-233.59 1209.34,-197.59 1378.66,-197.59 1378.66,-233.59"/>
<text text-anchor="middle" x="1294" 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="M1237.14,-233.86C1237.14,-252.15 1237.14,-277.59 1237.14,-277.59 1237.14,-277.59 602.57,-277.59 602.57,-277.59"/>
<polygon fill="black" stroke="black" points="602.57,-274.09 592.57,-277.59 602.57,-281.09 602.57,-274.09"/>
</g>
<!-- ExpandableTile -->
<g id="node3" class="node">
<title>ExpandableTile</title>
<polygon fill="#ffffb3" stroke="black" points="1191.14,-233.59 1086.86,-233.59 1086.86,-197.59 1191.14,-197.59 1191.14,-233.59"/>
<text text-anchor="middle" x="1139" 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="M1119.01,-233.62C1119.01,-250.65 1119.01,-273.59 1119.01,-273.59 1119.01,-273.59 602.78,-273.59 602.78,-273.59"/>
<polygon fill="black" stroke="black" points="602.78,-270.09 592.78,-273.59 602.78,-277.09 602.78,-270.09"/>
</g>
<!-- ExpandableTileAboveFoldDirective -->
<g id="node4" class="node">
<title>ExpandableTileAboveFoldDirective</title>
<polygon fill="#ffffb3" stroke="black" points="1068.71,-233.59 849.29,-233.59 849.29,-197.59 1068.71,-197.59 1068.71,-233.59"/>
<text text-anchor="middle" x="959" 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="M888.98,-233.6C888.98,-249.64 888.98,-270.59 888.98,-270.59 888.98,-270.59 602.75,-270.59 602.75,-270.59"/>
<polygon fill="black" stroke="black" points="602.75,-267.09 592.75,-270.59 602.75,-274.09 602.75,-267.09"/>
</g>
<!-- ExpandableTileBelowFoldDirective -->
<g id="node5" class="node">
<title>ExpandableTileBelowFoldDirective</title>
<polygon fill="#ffffb3" stroke="black" points="831.44,-233.59 612.56,-233.59 612.56,-197.59 831.44,-197.59 831.44,-233.59"/>
<text text-anchor="middle" x="722" 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="M758.49,-233.71C758.49,-248.37 758.49,-266.59 758.49,-266.59 758.49,-266.59 602.66,-266.59 602.66,-266.59"/>
<polygon fill="black" stroke="black" points="602.66,-263.09 592.66,-266.59 602.66,-270.09 602.66,-263.09"/>
</g>
<!-- SelectionTile -->
<g id="node6" class="node">
<title>SelectionTile</title>
<polygon fill="#ffffb3" stroke="black" points="594.15,-233.59 503.85,-233.59 503.85,-197.59 594.15,-197.59 594.15,-233.59"/>
<text text-anchor="middle" x="549" 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="M549,-233.7C549,-233.7 549,-252.58 549,-252.58"/>
<polygon fill="black" stroke="black" points="545.5,-252.58 549,-262.58 552.5,-252.58 545.5,-252.58"/>
</g>
<!-- Tile -->
<g id="node7" class="node">
<title>Tile</title>
<polygon fill="#ffffb3" stroke="black" points="486,-233.59 432,-233.59 432,-197.59 486,-197.59 486,-233.59"/>
<text text-anchor="middle" x="459" 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="M459,-233.71C459,-248.37 459,-266.59 459,-266.59 459,-266.59 495.32,-266.59 495.32,-266.59"/>
<polygon fill="black" stroke="black" points="495.32,-270.09 505.32,-266.59 495.32,-263.09 495.32,-270.09"/>
</g>
<!-- TileGroup -->
<g id="node8" class="node">
<title>TileGroup</title>
<polygon fill="#ffffb3" stroke="black" points="414.32,-233.59 339.68,-233.59 339.68,-197.59 414.32,-197.59 414.32,-233.59"/>
<text text-anchor="middle" x="377" 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="M392.47,-233.6C392.47,-249.64 392.47,-270.59 392.47,-270.59 392.47,-270.59 495.4,-270.59 495.4,-270.59"/>
<polygon fill="black" stroke="black" points="495.4,-274.09 505.4,-270.59 495.4,-267.09 495.4,-274.09"/>
</g>
<!-- ClickableTile -->
<g id="node14" class="node">
<title>ClickableTile </title>
<polygon fill="#fb8072" stroke="black" points="1264.7,-363.59 1169.3,-363.59 1169.3,-327.59 1264.7,-327.59 1264.7,-363.59"/>
<text text-anchor="middle" x="1217" 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="M592.64,-284.59C735.52,-284.59 1180.23,-284.59 1180.23,-284.59 1180.23,-284.59 1180.23,-317.29 1180.23,-317.29"/>
<polygon fill="black" stroke="black" points="1176.73,-317.29 1180.23,-327.29 1183.73,-317.29 1176.73,-317.29"/>
</g>
<!-- ClickableTileIconDirective -->
<g id="node15" class="node">
<title>ClickableTileIconDirective </title>
<polygon fill="#fb8072" stroke="black" points="1151.16,-363.59 978.84,-363.59 978.84,-327.59 1151.16,-327.59 1151.16,-363.59"/>
<text text-anchor="middle" x="1065" 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="M592.81,-288.59C710.35,-288.59 1023.76,-288.59 1023.76,-288.59 1023.76,-288.59 1023.76,-317.55 1023.76,-317.55"/>
<polygon fill="black" stroke="black" points="1020.26,-317.55 1023.76,-327.55 1027.26,-317.55 1020.26,-317.55"/>
</g>
<!-- ExpandableTile -->
<g id="node16" class="node">
<title>ExpandableTile </title>
<polygon fill="#fb8072" stroke="black" points="961.14,-363.59 852.86,-363.59 852.86,-327.59 961.14,-327.59 961.14,-363.59"/>
<text text-anchor="middle" x="907" 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="M592.87,-291.59C692.06,-291.59 925.02,-291.59 925.02,-291.59 925.02,-291.59 925.02,-317.31 925.02,-317.31"/>
<polygon fill="black" stroke="black" points="921.52,-317.31 925.02,-327.31 928.52,-317.31 921.52,-317.31"/>
</g>
<!-- ExpandableTileAboveFoldDirective -->
<g id="node17" class="node">
<title>ExpandableTileAboveFoldDirective </title>
<polygon fill="#fb8072" stroke="black" points="834.71,-363.59 611.29,-363.59 611.29,-327.59 834.71,-327.59 834.71,-363.59"/>
<text text-anchor="middle" x="723" 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="M592.57,-295.59C632.52,-295.59 685.51,-295.59 685.51,-295.59 685.51,-295.59 685.51,-317.54 685.51,-317.54"/>
<polygon fill="black" stroke="black" points="682.01,-317.54 685.51,-327.54 689.01,-317.54 682.01,-317.54"/>
</g>
<!-- ExpandableTileBelowFoldDirective -->
<g id="node18" class="node">
<title>ExpandableTileBelowFoldDirective </title>
<polygon fill="#fb8072" stroke="black" points="593.44,-363.59 370.56,-363.59 370.56,-327.59 593.44,-327.59 593.44,-363.59"/>
<text text-anchor="middle" x="482" 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="M549,-298.7C549,-298.7 549,-317.58 549,-317.58"/>
<polygon fill="black" stroke="black" points="545.5,-317.58 549,-327.58 552.5,-317.58 545.5,-317.58"/>
</g>
<!-- SelectionTile -->
<g id="node19" class="node">
<title>SelectionTile </title>
<polygon fill="#fb8072" stroke="black" points="353.15,-363.59 258.85,-363.59 258.85,-327.59 353.15,-327.59 353.15,-363.59"/>
<text text-anchor="middle" x="306" 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="M505.05,-294.59C445.48,-294.59 346.46,-294.59 346.46,-294.59 346.46,-294.59 346.46,-317.47 346.46,-317.47"/>
<polygon fill="black" stroke="black" points="342.96,-317.47 346.46,-327.47 349.96,-317.47 342.96,-317.47"/>
</g>
<!-- Tile -->
<g id="node20" class="node">
<title>Tile </title>
<polygon fill="#fb8072" stroke="black" points="241,-363.59 187,-363.59 187,-327.59 241,-327.59 241,-363.59"/>
<text text-anchor="middle" x="214" 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="M505.44,-290.59C419.35,-290.59 235.7,-290.59 235.7,-290.59 235.7,-290.59 235.7,-317.58 235.7,-317.58"/>
<polygon fill="black" stroke="black" points="232.2,-317.58 235.7,-327.58 239.2,-317.58 232.2,-317.58"/>
</g>
<!-- TileGroup -->
<g id="node21" class="node">
<title>TileGroup </title>
<polygon fill="#fb8072" stroke="black" points="168.82,-363.59 91.18,-363.59 91.18,-327.59 168.82,-327.59 168.82,-363.59"/>
<text text-anchor="middle" x="130" 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="M505.36,-286.59C401.52,-286.59 148.35,-286.59 148.35,-286.59 148.35,-286.59 148.35,-317.57 148.35,-317.57"/>
<polygon fill="black" stroke="black" points="144.85,-317.57 148.35,-327.57 151.85,-317.57 144.85,-317.57"/>
</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="377" cy="-127.3" rx="309.77" ry="41.09"/>
<text text-anchor="middle" x="377" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
<text text-anchor="middle" x="377" 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="377" 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="M377,-168.6C377,-168.6 377,-187.26 377,-187.26"/>
<polygon fill="black" stroke="black" points="373.5,-187.26 377,-197.26 380.5,-187.26 373.5,-187.26"/>
</g>
<!-- I18nModule -->
<g id="node11" class="node">
<title>I18nModule</title>
<polygon fill="#8dd3c7" stroke="black" points="315.71,-233.59 312.71,-237.59 291.71,-237.59 288.71,-233.59 230.29,-233.59 230.29,-197.59 315.71,-197.59 315.71,-233.59"/>
<text text-anchor="middle" x="273" 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="M287.27,-233.61C287.27,-250.96 287.27,-274.59 287.27,-274.59 287.27,-274.59 495.19,-274.59 495.19,-274.59"/>
<polygon fill="black" stroke="black" points="495.19,-278.09 505.19,-274.59 495.19,-271.09 495.19,-278.09"/>
</g>
<!-- IconModule -->
<g id="node12" class="node">
<title>IconModule</title>
<polygon fill="#8dd3c7" stroke="black" points="212.43,-233.59 209.43,-237.59 188.43,-237.59 185.43,-233.59 127.57,-233.59 127.57,-197.59 212.43,-197.59 212.43,-233.59"/>
<text text-anchor="middle" x="170" 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="M199.61,-233.81C199.61,-252.42 199.61,-278.59 199.61,-278.59 199.61,-278.59 495.46,-278.59 495.46,-278.59"/>
<polygon fill="black" stroke="black" points="495.46,-282.09 505.46,-278.59 495.46,-275.09 495.46,-282.09"/>
</g>
<!-- LinkModule -->
<g id="node13" class="node">
<title>LinkModule</title>
<polygon fill="#8dd3c7" stroke="black" points="109.99,-233.59 106.99,-237.59 85.99,-237.59 82.99,-233.59 24.01,-233.59 24.01,-197.59 109.99,-197.59 109.99,-233.59"/>
<text text-anchor="middle" x="67" 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="M100.54,-233.9C100.54,-253.74 100.54,-282.59 100.54,-282.59 100.54,-282.59 495.18,-282.59 495.18,-282.59"/>
<polygon fill="black" stroke="black" points="495.18,-286.09 505.18,-282.59 495.18,-279.09 495.18,-286.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>
</body>
</html>