Ionic 4 Correct way to show Loading, No records and data block
问题 Here's the problem. I have three states of almost all the pages in my app. 1. Loading (where I want to show spinner within the page and for that I have created a component already) 2. No Records Found ( An image in center of the page and I have a component for this as well ) 3. Data loading and my actual content without any wrapper around that which can mess up the design. Thats how I am doing this currently which doesnt look great on every page. <app-spinner *ngIf="!data; else page_content">