Title goes here
Nothing more exciting happening here in terms of content, but just filling up the space to make it look representative.
Loading states communicate that content is being prepared and help users understand the system is working.
Animated loading spinner with title and supporting description.
Nothing more exciting happening here in terms of content, but just filling up the space to make it look representative.
Use concise title-only loading when extra context is unnecessary.
Import the loading state component in your module or standalone component:
import-loading-state.ts
Copy code
Use title and optional description to clarify what is being loaded.
my.component.html
Copy code
Use title-only text when compact feedback is needed.
my.component.html
Copy code
Property | Type | Default | Required | Description |
|---|---|---|---|---|
string | - | Yes | Heading shown as the primary loading message | |
string | - | No | Optional supporting text below the title |
Customize the loading state props in this section
Nothing more exciting happening here in terms of content, but just filling up the space to make it look representative.
loading-state.component.html
Copy code