You can handle using infinite scroll or even virtual scroll too It’s shown in the video, change the number of items to fetch per infinite scroll event trigger
@@CodingTechnyks yeah but this does not work. Try to change perPage to 3 and maximize your viewport. infinite scroll does not work without a scroll"bar"
Sir, let say I have data like {{ data.news }} .. content of data like: "I want to go to [school] in the [morning]". How to make the word between [ ] become bold? and the bracket itself not printed?
You have to pass a function instead of data.news, pass data.news as parameter and in that function you work with the string and find the expression you are looking for and replace [ with and ] with Remember in p tag, you have to use innerhtml to implement the b tag
very, very good!
how do you handle the load on larger screens or with less items per page e.g. 5?
You can handle using infinite scroll or even virtual scroll too
It’s shown in the video, change the number of items to fetch per infinite scroll event trigger
@@CodingTechnyks yeah but this does not work. Try to change perPage to 3 and maximize your viewport. infinite scroll does not work without a scroll"bar"
Wow. What i am lookir for
I want a coupon for a Udemy course🥰
www.udemy.com/course/ionic5-beginner-to-advanced-build-food-delivery-app/?couponCode=AUG389
@@CodingTechnyks Thank you very much I bought
@@CodingTechnyks I want from you a video about a wallet with Firebase, it will be a complete application with the admin application, please
I will cover all of it
But will take time
Lots of content is pending
But it's triggered only once
Have some more data then try
Sir, let say I have data like {{ data.news }} .. content of data like: "I want to go to [school] in the [morning]". How to make the word between [ ] become bold? and the bracket itself not printed?
You have to pass a function instead of data.news, pass data.news as parameter and in that function you work with the string and find the expression you are looking for and replace [ with and ] with
Remember in p tag, you have to use innerhtml to implement the b tag
@@CodingTechnyks thank you Sir, I’ll try