Hi,
I have a ts file with changes to display the messages
if(res.lenght>0)
{
for(var i=0;i
msg=msg+res[i].alert;
}
}
Can you tell how to display like arrows to the msgs for previous and next ..like
and also this arrow to be hide incase the first msg or last msg
Thanks
Vishal JoshiPosted Mar 14, 2023, 7:57 AM
Hello Sathish,
Please check the below example of the slide show in angular ts.
https://codepen.io/vilcu/pen/ZQwdGQ
you can customize code to show a list of messages instead of a slide.
Thanks
Vishal
sathishPosted Mar 14, 2023, 6:06 AM
Is there a possibility to create the previuos and next arrows dynamically in angular ts changes
Vishal JoshiPosted Mar 13, 2023, 5:17 PM
Hello
Please check the below article, it's with repeater control you can use paging and set the next and previous buttons.
https://www.aspsnippets.com/questions/551256/Repeater-Paging-with-Next-and-Previous-Button-in-ASPNet/
Thanks