You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/button/default.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
</div>
59
59
<divid="description">
60
60
<p>
61
-
Button is used to perform an action by clicking it. It supports both text and icons.
61
+
Button is a graphical user interface element that triggers an event on its click action. It can contain a text, an image, or both.
62
62
</p>
63
63
<p>
64
64
In this sample, Play button is a toggle button and it can been enabled using <b>isToggle</b> property. To change text and icon you have to handle click event.
detailTemplate</a></code> property accepts the template for the detail row.
66
+
</p>
67
+
<p>
68
+
In this demo, we have presented Employee Information with image in the detail row.
69
+
</p>
70
+
<br/>
71
+
<pstyle="font-weight: 500">Injecting Module</p>
72
+
<p>
73
+
Grid features are segregated into individual feature-wise modules. To use detail template feature, we need to inject <code>DetailRowService</code> into the <code>@NgModule.providers</code> section.
0 commit comments