@@ -2,37 +2,37 @@ <h3><a href="https://github.com/SamGraber/TypeScript-Angular-Components/tree/mas
2
2
< div >
3
3
< h4 > < a href ="https://github.com/SamGraber/TypeScript-Angular-Components/tree/master/source/components/button/button.md "> rlButton</ a > :</ h4 >
4
4
</ div >
5
- < div > < rl-button-ng (trigger) ="button. action('Simple button') "> Simple button</ rl-button-ng > </ div >
6
- < div > < rl-button-ng type ="primary flat " size ="lg " (trigger) ="button. action('Large primary button') "> Large primary button</ rl-button-ng > </ div >
7
- < div > < rl-button-ng disabled ="true " (trigger) ="button. action('Disabled button') "> Disabled button</ rl-button-ng > </ div >
5
+ < div > < rlButton (trigger) ="action('Simple button') "> Simple button</ rlButton > </ div >
6
+ < div > < rlButton type ="primary flat " size ="lg " (trigger) ="action('Large primary button') "> Large primary button</ rlButton > </ div >
7
+ < div > < rlButton [ disabled] ="true " (trigger) ="action('Disabled button') "> Disabled button</ rlButton > </ div >
8
8
< div >
9
9
< h4 > < a href ="https://github.com/SamGraber/TypeScript-Angular-Components/tree/master/source/components/buttonAsync/buttonAsync.md "> rlButtonAsync</ a > :</ h4 >
10
10
</ div >
11
- < div > < rl-button-async-ng [action] ="button. waitCallback "> Async button</ rl-button-async-ng > </ div >
12
- < div > < rl-button-async-ng right-aligned =" true " [action] ="button. waitCallback "> Right aligned async button</ rl-button-async-ng > </ div >
13
- < div > < rl-button-async-ng type ="primary flat " size ="lg " [action] ="button. waitCallback "> Large primary async button</ rl-button-async-ng > </ div >
14
- < div > < rl-button-async-ng disabled ="true " [action] ="button. waitCallback "> Disabled async button</ rl-button-async-ng > </ div >
11
+ < div > < rlButtonAsync [action] ="waitCallback "> Async button</ rlButtonAsync > </ div >
12
+ <!--< div><rlButtonAsync [action]="waitCallback">Right aligned async button</rlButtonAsync ></div>-- >
13
+ < div > < rlButtonAsync type ="primary flat " size ="lg " [action] ="waitCallback "> Large primary async button</ rlButtonAsync > </ div >
14
+ < div > < rlButtonAsync [ disabled] ="true " [action] ="waitCallback "> Disabled async button</ rlButtonAsync > </ div >
15
15
< div >
16
16
< h4 > < a href ="https://github.com/SamGraber/TypeScript-Angular-Components/tree/master/source/components/buttonLink/buttonLink.md "> rlButtonLink</ a > :</ h4 >
17
17
</ div >
18
- < div > < rl-button-link-ng link ="http://google.com "> Link button</ rl-button-link-ng > </ div >
19
- < div > < rl-button-link-ng type ="primary flat " size ="lg " link ="http://google.com "> Large primary link button</ rl-button-link-ng > </ div >
20
- < div > < rl-button-link-ng disabled ="true " link ="http://google.com "> Disabled link button</ rl-button-link-ng > </ div >
18
+ < div > < rlButtonLink link ="http://google.com "> Link button</ rlButtonLink > </ div >
19
+ < div > < rlButtonLink type ="primary flat " size ="lg " link ="http://google.com "> Large primary link button</ rlButtonLink > </ div >
20
+ < div > < rlButtonLink [ disabled] ="true " link ="http://google.com "> Disabled link button</ rlButtonLink > </ div >
21
21
< div >
22
22
< h4 > rlButtonRoute:</ h4 >
23
23
</ div >
24
- < div > < rl-button-route-ng link ="/misc/ng2 "> Route link button</ rl-button-route-ng > </ div >
25
- < div > < rl-button-route-ng link ="/buttons/ng2 " active-class ="btn-danger "> Active route link button</ rl-button-route-ng > </ div >
24
+ < div > < rlButtonRoute link ="/misc/ng2 "> Route link button</ rlButtonRoute > </ div >
25
+ < div > < rlButtonRoute link ="/buttons/ng2 " activeClass ="btn-danger "> Active route link button</ rlButtonRoute > </ div >
26
26
< div >
27
27
< h4 > < a href ="https://github.com/SamGraber/TypeScript-Angular-Components/tree/master/source/components/buttonLongClick/buttonLongClick.md "> rlButtonLongClick</ a > :</ h4 >
28
28
</ div >
29
- < div > < rl-button-long-click-ng [action] ="button. waitCallback "> Long click button</ rl-button-long-click-ng > </ div >
30
- < div > < rl-button-long-click-ng right-aligned =" true " [action] ="button. waitCallback "> Right aligned long click button</ rl-button-long-click-ng > </ div >
31
- < div > < rl-button-long-click-ng type ="primary flat " size ="lg " [action] ="button. waitCallback "> Large primary long click button</ rl-button-long-click-ng > </ div >
32
- < div > < rl-button-long-click-ng disabled ="true " [action] ="button. waitCallback "> Disabled long click button</ rl-button-long-click-ng > </ div >
29
+ < div > < rlButtonLongClick [action] ="waitCallback "> Long click button</ rlButtonLongClick > </ div >
30
+ <!--< div><rlButtonLongClick [action]="waitCallback">Right aligned long click button</rlButtonLongClick ></div>-- >
31
+ < div > < rlButtonLongClick type ="primary flat " size ="lg " [action] ="waitCallback "> Large primary long click button</ rlButtonLongClick > </ div >
32
+ < div > < rlButtonLongClick [ disabled] ="true " [action] ="waitCallback "> Disabled long click button</ rlButtonLongClick > </ div >
33
33
< div >
34
34
< h4 > < a href ="https://github.com/SamGraber/TypeScript-Angular-Components/tree/master/source/components/buttonToggle/buttonToggle.md "> rlButtonToggle</ a > :</ h4 >
35
35
</ div >
36
- < div > < rl-button-toggle-ng (change ) ="button. action('Toggle button: ' + $event) "> Toggle button</ rl-button-toggle-ng > </ div >
37
- < div > < rl-button-toggle-ng type ="primary flat " size ="lg " (change ) ="button. action('Large toggle button: ' + $event) "> Large primary toggle button</ rl-button-toggle-ng > </ div >
38
- < div > < rl-button-toggle-ng disabled ="true " (change ) ="button. action('Disabled toggle button: ' + $event) "> Disabled toggle button</ rl-button-toggle-ng > </ div >
36
+ < div > < rlButtonToggle (valueChange ) ="action('Toggle button: ' + $event) "> Toggle button</ rlButtonToggle > </ div >
37
+ < div > < rlButtonToggle type ="primary flat " size ="lg " (valueChange ) ="action('Large toggle button: ' + $event) "> Large primary toggle button</ rlButtonToggle > </ div >
38
+ < div > < rlButtonToggle [ disabled] ="true " (valueChange ) ="action('Disabled toggle button: ' + $event) "> Disabled toggle button</ rlButtonToggle > </ div >
0 commit comments