carbon-components-angular
Version:
Next generation components
696 lines (631 loc) • 33.3 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="2073pt" height="396pt"
viewBox="0.00 0.00 2073.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 2069,-391.59 2069,4 -4,4"/>
<text text-anchor="start" x="1011.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
<polygon fill="#ffffb3" stroke="transparent" points="798.5,-10 798.5,-30 818.5,-30 818.5,-10 798.5,-10"/>
<text text-anchor="start" x="822.13" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
<polygon fill="#8dd3c7" stroke="transparent" points="911.5,-10 911.5,-30 931.5,-30 931.5,-10 911.5,-10"/>
<text text-anchor="start" x="935.23" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
<polygon fill="#80b1d3" stroke="transparent" points="997.5,-10 997.5,-30 1017.5,-30 1017.5,-10 997.5,-10"/>
<text text-anchor="start" x="1021.28" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
<polygon fill="#fdb462" stroke="transparent" points="1094.5,-10 1094.5,-30 1114.5,-30 1114.5,-10 1094.5,-10"/>
<text text-anchor="start" x="1118.17" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
<polygon fill="#fb8072" stroke="transparent" points="1190.5,-10 1190.5,-30 1210.5,-30 1210.5,-10 1190.5,-10"/>
<text text-anchor="start" x="1214.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 2057,-379.59 2057,-70 8,-70"/>
</g>
<g id="clust12" class="cluster">
<title>cluster_TilesModule_exports</title>
<polygon fill="none" stroke="black" points="367,-319.59 367,-371.59 1557,-371.59 1557,-319.59 367,-319.59"/>
</g>
<g id="clust10" class="cluster">
<title>cluster_TilesModule_TileGroup_providers</title>
<polygon fill="none" stroke="black" points="1413,-78 1413,-241.59 2049,-241.59 2049,-78 1413,-78"/>
</g>
<g id="clust11" class="cluster">
<title>cluster_TilesModule_imports</title>
<polygon fill="none" stroke="black" points="1097,-189.59 1097,-241.59 1405,-241.59 1405,-189.59 1097,-189.59"/>
</g>
<g id="clust2" class="cluster">
<title>cluster_TilesModule_declarations</title>
<polygon fill="none" stroke="black" points="16,-189.59 16,-241.59 1089,-241.59 1089,-189.59 16,-189.59"/>
</g>
<!-- ClickableTile -->
<g id="node1" class="node">
<title>ClickableTile</title>
<polygon fill="#ffffb3" stroke="black" points="1081.2,-233.59 988.8,-233.59 988.8,-197.59 1081.2,-197.59 1081.2,-233.59"/>
<text text-anchor="middle" x="1035" 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="929.54,-298.59 926.54,-302.59 905.54,-302.59 902.54,-298.59 842.46,-298.59 842.46,-262.59 929.54,-262.59 929.54,-298.59"/>
<text text-anchor="middle" x="886" 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="M1035,-233.71C1035,-248.37 1035,-266.59 1035,-266.59 1035,-266.59 939.9,-266.59 939.9,-266.59"/>
<polygon fill="black" stroke="black" points="939.9,-263.09 929.9,-266.59 939.9,-270.09 939.9,-263.09"/>
</g>
<!-- ClickableTileIconDirective -->
<g id="node2" class="node">
<title>ClickableTileIconDirective</title>
<polygon fill="#ffffb3" stroke="black" points="970.66,-233.59 801.34,-233.59 801.34,-197.59 970.66,-197.59 970.66,-233.59"/>
<text text-anchor="middle" x="886" 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="M886,-233.7C886,-233.7 886,-252.58 886,-252.58"/>
<polygon fill="black" stroke="black" points="882.5,-252.58 886,-262.58 889.5,-252.58 882.5,-252.58"/>
</g>
<!-- ExpandableTile -->
<g id="node3" class="node">
<title>ExpandableTile</title>
<polygon fill="#ffffb3" stroke="black" points="783.14,-233.59 678.86,-233.59 678.86,-197.59 783.14,-197.59 783.14,-233.59"/>
<text text-anchor="middle" x="731" 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="M731,-233.71C731,-248.37 731,-266.59 731,-266.59 731,-266.59 832.41,-266.59 832.41,-266.59"/>
<polygon fill="black" stroke="black" points="832.41,-270.09 842.41,-266.59 832.41,-263.09 832.41,-270.09"/>
</g>
<!-- ExpandableTileAboveFoldDirective -->
<g id="node4" class="node">
<title>ExpandableTileAboveFoldDirective</title>
<polygon fill="#ffffb3" stroke="black" points="660.71,-233.59 441.29,-233.59 441.29,-197.59 660.71,-197.59 660.71,-233.59"/>
<text text-anchor="middle" x="551" 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="M645.93,-233.6C645.93,-249.64 645.93,-270.59 645.93,-270.59 645.93,-270.59 832.25,-270.59 832.25,-270.59"/>
<polygon fill="black" stroke="black" points="832.25,-274.09 842.25,-270.59 832.25,-267.09 832.25,-274.09"/>
</g>
<!-- ExpandableTileBelowFoldDirective -->
<g id="node5" class="node">
<title>ExpandableTileBelowFoldDirective</title>
<polygon fill="#ffffb3" stroke="black" points="423.44,-233.59 204.56,-233.59 204.56,-197.59 423.44,-197.59 423.44,-233.59"/>
<text text-anchor="middle" x="314" 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="M399.28,-233.61C399.28,-250.96 399.28,-274.59 399.28,-274.59 399.28,-274.59 832.38,-274.59 832.38,-274.59"/>
<polygon fill="black" stroke="black" points="832.38,-278.09 842.38,-274.59 832.38,-271.09 832.38,-278.09"/>
</g>
<!-- SelectionTile -->
<g id="node6" class="node">
<title>SelectionTile</title>
<polygon fill="#ffffb3" stroke="black" points="186.15,-233.59 95.85,-233.59 95.85,-197.59 186.15,-197.59 186.15,-233.59"/>
<text text-anchor="middle" x="141" 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="M141,-233.81C141,-252.42 141,-278.59 141,-278.59 141,-278.59 832.45,-278.59 832.45,-278.59"/>
<polygon fill="black" stroke="black" points="832.45,-282.09 842.45,-278.59 832.45,-275.09 832.45,-282.09"/>
</g>
<!-- Tile -->
<g id="node7" class="node">
<title>Tile</title>
<polygon fill="#ffffb3" stroke="black" points="78,-233.59 24,-233.59 24,-197.59 78,-197.59 78,-233.59"/>
<text text-anchor="middle" x="51" 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="M51,-233.9C51,-253.74 51,-282.59 51,-282.59 51,-282.59 832.28,-282.59 832.28,-282.59"/>
<polygon fill="black" stroke="black" points="832.28,-286.09 842.28,-282.59 832.28,-279.09 832.28,-286.09"/>
</g>
<!-- TileGroup -->
<g id="node8" class="node">
<title>TileGroup</title>
<polygon fill="#ffffb3" stroke="black" points="1631.32,-233.59 1556.68,-233.59 1556.68,-197.59 1631.32,-197.59 1631.32,-233.59"/>
<text text-anchor="middle" x="1594" 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="M1594,-233.9C1594,-253.74 1594,-282.59 1594,-282.59 1594,-282.59 939.75,-282.59 939.75,-282.59"/>
<polygon fill="black" stroke="black" points="939.75,-279.09 929.75,-282.59 939.75,-286.09 939.75,-279.09"/>
</g>
<!-- ClickableTile -->
<g id="node14" class="node">
<title>ClickableTile </title>
<polygon fill="#fb8072" stroke="black" points="1548.7,-363.59 1453.3,-363.59 1453.3,-327.59 1548.7,-327.59 1548.7,-363.59"/>
<text text-anchor="middle" x="1501" 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="M929.74,-286.59C1070.24,-286.59 1501,-286.59 1501,-286.59 1501,-286.59 1501,-317.57 1501,-317.57"/>
<polygon fill="black" stroke="black" points="1497.5,-317.57 1501,-327.57 1504.5,-317.57 1497.5,-317.57"/>
</g>
<!-- ClickableTileIconDirective -->
<g id="node15" class="node">
<title>ClickableTileIconDirective </title>
<polygon fill="#fb8072" stroke="black" points="1435.16,-363.59 1262.84,-363.59 1262.84,-327.59 1435.16,-327.59 1435.16,-363.59"/>
<text text-anchor="middle" x="1349" 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="M929.82,-290.59C1032.1,-290.59 1277.94,-290.59 1277.94,-290.59 1277.94,-290.59 1277.94,-317.58 1277.94,-317.58"/>
<polygon fill="black" stroke="black" points="1274.44,-317.58 1277.94,-327.58 1281.44,-317.58 1274.44,-317.58"/>
</g>
<!-- ExpandableTile -->
<g id="node16" class="node">
<title>ExpandableTile </title>
<polygon fill="#fb8072" stroke="black" points="1245.14,-363.59 1136.86,-363.59 1136.86,-327.59 1245.14,-327.59 1245.14,-363.59"/>
<text text-anchor="middle" x="1191" 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="M929.74,-294.59C1008.02,-294.59 1163.96,-294.59 1163.96,-294.59 1163.96,-294.59 1163.96,-317.47 1163.96,-317.47"/>
<polygon fill="black" stroke="black" points="1160.46,-317.47 1163.96,-327.47 1167.46,-317.47 1160.46,-317.47"/>
</g>
<!-- ExpandableTileAboveFoldDirective -->
<g id="node17" class="node">
<title>ExpandableTileAboveFoldDirective </title>
<polygon fill="#fb8072" stroke="black" points="1118.71,-363.59 895.29,-363.59 895.29,-327.59 1118.71,-327.59 1118.71,-363.59"/>
<text text-anchor="middle" x="1007" 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="M912.58,-298.7C912.58,-298.7 912.58,-317.58 912.58,-317.58"/>
<polygon fill="black" stroke="black" points="909.08,-317.58 912.58,-327.58 916.08,-317.58 909.08,-317.58"/>
</g>
<!-- ExpandableTileBelowFoldDirective -->
<g id="node18" class="node">
<title>ExpandableTileBelowFoldDirective </title>
<polygon fill="#fb8072" stroke="black" points="877.44,-363.59 654.56,-363.59 654.56,-327.59 877.44,-327.59 877.44,-363.59"/>
<text text-anchor="middle" x="766" 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="M859.72,-298.7C859.72,-298.7 859.72,-317.58 859.72,-317.58"/>
<polygon fill="black" stroke="black" points="856.22,-317.58 859.72,-327.58 863.22,-317.58 856.22,-317.58"/>
</g>
<!-- SelectionTile -->
<g id="node19" class="node">
<title>SelectionTile </title>
<polygon fill="#fb8072" stroke="black" points="637.15,-363.59 542.85,-363.59 542.85,-327.59 637.15,-327.59 637.15,-363.59"/>
<text text-anchor="middle" x="590" 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="M842.32,-294.59C759.99,-294.59 590,-294.59 590,-294.59 590,-294.59 590,-317.47 590,-317.47"/>
<polygon fill="black" stroke="black" points="586.5,-317.47 590,-327.47 593.5,-317.47 586.5,-317.47"/>
</g>
<!-- Tile -->
<g id="node20" class="node">
<title>Tile </title>
<polygon fill="#fb8072" stroke="black" points="525,-363.59 471,-363.59 471,-327.59 525,-327.59 525,-363.59"/>
<text text-anchor="middle" x="498" 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="M842.25,-290.59C740.77,-290.59 498,-290.59 498,-290.59 498,-290.59 498,-317.58 498,-317.58"/>
<polygon fill="black" stroke="black" points="494.5,-317.58 498,-327.58 501.5,-317.58 494.5,-317.58"/>
</g>
<!-- TileGroup -->
<g id="node21" class="node">
<title>TileGroup </title>
<polygon fill="#fb8072" stroke="black" points="452.82,-363.59 375.18,-363.59 375.18,-327.59 452.82,-327.59 452.82,-363.59"/>
<text text-anchor="middle" x="414" 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="M842.3,-286.59C731.27,-286.59 447.03,-286.59 447.03,-286.59 447.03,-286.59 447.03,-317.57 447.03,-317.57"/>
<polygon fill="black" stroke="black" points="443.53,-317.57 447.03,-327.57 450.53,-317.57 443.53,-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="1731" cy="-127.3" rx="309.77" ry="41.09"/>
<text text-anchor="middle" x="1731" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
<text text-anchor="middle" x="1731" 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="1731" 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="M1594,-164.48C1594,-164.48 1594,-187.22 1594,-187.22"/>
<polygon fill="black" stroke="black" points="1590.5,-187.22 1594,-197.22 1597.5,-187.22 1590.5,-187.22"/>
</g>
<!-- I18nModule -->
<g id="node11" class="node">
<title>I18nModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1396.71,-233.59 1393.71,-237.59 1372.71,-237.59 1369.71,-233.59 1311.29,-233.59 1311.29,-197.59 1396.71,-197.59 1396.71,-233.59"/>
<text text-anchor="middle" x="1354" 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="M1354,-233.81C1354,-252.42 1354,-278.59 1354,-278.59 1354,-278.59 939.61,-278.59 939.61,-278.59"/>
<polygon fill="black" stroke="black" points="939.61,-275.09 929.61,-278.59 939.61,-282.09 939.61,-275.09"/>
</g>
<!-- IconModule -->
<g id="node12" class="node">
<title>IconModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1293.43,-233.59 1290.43,-237.59 1269.43,-237.59 1266.43,-233.59 1208.57,-233.59 1208.57,-197.59 1293.43,-197.59 1293.43,-233.59"/>
<text text-anchor="middle" x="1251" 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="M1226.93,-233.61C1226.93,-250.96 1226.93,-274.59 1226.93,-274.59 1226.93,-274.59 939.87,-274.59 939.87,-274.59"/>
<polygon fill="black" stroke="black" points="939.87,-271.09 929.87,-274.59 939.87,-278.09 939.87,-271.09"/>
</g>
<!-- LinkModule -->
<g id="node13" class="node">
<title>LinkModule</title>
<polygon fill="#8dd3c7" stroke="black" points="1190.99,-233.59 1187.99,-237.59 1166.99,-237.59 1163.99,-233.59 1105.01,-233.59 1105.01,-197.59 1190.99,-197.59 1190.99,-233.59"/>
<text text-anchor="middle" x="1148" 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="M1111.8,-233.6C1111.8,-249.64 1111.8,-270.59 1111.8,-270.59 1111.8,-270.59 939.81,-270.59 939.81,-270.59"/>
<polygon fill="black" stroke="black" points="939.81,-267.09 929.81,-270.59 939.81,-274.09 939.81,-267.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>