Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I enabled the cache in app.component.ts: this.infiniteOptions = { initialBlocks: 1, enableCache: true, maxBlocks: 2 };
and added a 2000ms delay in order.service.ts: .pipe(delay(2000), (data: any) => data);