@ecsbase/loading-overlay
v0.2.0
Published
@ecsbase/loading-overlay — reusable building block.
Readme
@ecsbase/loading-overlay
Async overlay that covers its parent while work is in-flight.
Install
pnpm add @ecsbase/loading-overlayPeer dependencies
@angular/common^20.0.0@angular/core^20.0.0@angular/material^20.0.0
Quick start
import { LoadingOverlayComponent } from '@ecsbase/loading-overlay';
@Component({
imports: [LoadingOverlayComponent],
template: `<ecs-loading-overlay [loading]="busy()" />`,
})
export class Demo {
busy = signal(false);
}Playground
Live demo: /loading-overlay — run pnpm start:playground then visit http://localhost:4200/loading-overlay.
License
MIT — see LICENSE at the repository root.
