Infinite Scroll with Angular and Firebase

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

These clips are excellent. So well structured and explained.

nikclarx
Автор

Thank you a lot, for all the videos Jeff, great content. is there a way you can do one with Cloud Firestore too ?

nadhirfalta
Автор

Really good content. Do you have a weekly newsletter that I can subscribe to?

WilliamMatias
Автор

Please have an issue with the refresh onsnapshot. when new value is inserted in a firestore collection.

cedrickgaetantagnetokam
Автор

Great video, but can you please do one that uses Firestore collections?

hosstaba
Автор

Hi Jeff, another great video! How does infinite scrolling relate to the virtual repeat component proposed in angular material?

Joshfw
Автор

Does ngx-infinite scroll support multi-column?

diegobayona
Автор

Can I implement the same in table ? With sorting on the each coloumn?

IrfanSyed
Автор

How do you do this infinite scrolling when ordered by date starting from newest to oldest?

doppelgunner
Автор

Hi, what if the data from api are too large like videos and so on and it takes some time to get from api, I have problem that the next function call of get movies() is called before the first call finish.

QBSW
Автор

can you make a video about infinite pagination AND list update? it's killing my brain how to keep an eye on newly added items so that they dont appear on consecutive queries

elmotareal
Автор

Can you elaborate a bit more on how this infinite scroll affect performance? In angular 1 if you had more than a few hundred components with scope bindings it literally killed the app.

MrJerczu
Автор

Can you provide an example that work with .net web api ?

codifyer
Автор

This is not working with angular firelist, everything changed since the update :(

nevermore
Автор

The principles learned in this video aren't unique to firebase right? as long as I have my service getting some database I can apply this same logic

dimejifaluyi
Автор

This is a great tutorial and I have this mostly working. But I get an error "Cannot read property '$key' of undefined" If do:

this.lastKey = _.last(movies)['$key'];
console.log(this.lastKey);

The first works, the second throws an undefined error and the third works. Any ideas?

DougKinnison
Автор

How to call post method with infinite scroll

srinivask