File tree 2 files changed +16
-13
lines changed
src/app/styleguide/animations
2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 3
3
< h4 class ="sample-title "> Animations categories</ h4 >
4
4
< div >
5
5
< igx-list (onItemClicked) ="categoryItemClicked($event) ">
6
- < igx-list-item igxRipple *ngFor ="let category of animationsCategories ">
6
+ < igx-list-item
7
+ igxRipple
8
+ *ngFor ="let category of animationsCategories "
9
+ >
7
10
< p > {{ category }}</ p >
8
11
</ igx-list-item >
9
12
</ igx-list >
@@ -19,15 +22,14 @@ <h4 class="sample-title">Animations</h4>
19
22
</ igx-list >
20
23
</ div >
21
24
</ article >
22
- < igx-dialog #dialog >
23
- < h4 > This is a sample dialog showing the selected animation</ h4 >
24
- < br >
25
- < hr >
26
- < br >
27
- < hr >
28
- < br >
29
- < hr >
30
- < br >
31
- < h4 > Click outside the dialog to close it</ h4 >
25
+ < igx-dialog
26
+ #dialog
27
+ title ="This dialog uses custom animations "
28
+ message ="Click the button or outside to close "
29
+ class ="custom-dialog "
30
+ rightButtonLabel ="Close "
31
+ (onRightButtonSelect) ="dialog.close() "
32
+ >
32
33
</ igx-dialog >
33
- </ div >
34
+ </ div >
35
+
Original file line number Diff line number Diff line change 4
4
5
5
.sample-title {
6
6
margin-left : 8px ;
7
- }
7
+ }
8
+
You can’t perform that action at this time.
0 commit comments