Loading overlayA spinner veil over content. Preview Code ⧉ CopyDashboard content…Loading…import { BuiLoadingOverlay } from 'ng-blatui'; <bui-loading-overlay [show]="loading()">…content…</bui-loading-overlay>Toggle Preview Code ⧉ Copy Hide overlay Form content…Saving…<button buiButton (click)="show.set(!show())">Toggle</button> <bui-loading-overlay [show]="show()" message="Saving…">…content…</bui-loading-overlay>