TwitterGithub

Progress

Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

Installation

npx nx g @spartan-ng/cli:ui progress

Usage

import {
  BrnProgressComponent,
  BrnProgressIndicatorComponent,
} from '@spartan-ng/ui-progress-brain';
import { HlmProgressIndicatorDirective } from '@spartan-ng/ui-progress-helm';
<brn-progress [value]="value">
   <brn-progress-indicator hlm />
</brn-progress>

Examples

Default

Indeterminate

Radio Group Popover