Simple to use (Angular) loading component that overlays other components while processing.

| Version | Compatibility |
|---------|---------------|
| >= 16 | ✔ |
``bash`
npm install --save sdk-loading
sdk-loading` for your application, add the following lines to your app.module.ts file:`typescript
import { SDKLoadingModule } from 'sdk-loading';@NgModule({
imports: [
SDKLoadingModule
]
})
export class AppModule { }
`USAGE:
`html
`
For smaller components, you can use the ellipsis version:
`html
`Or add a style to your loading component:
`html
``