Skip to main content

Usage

Assemble the avatar directives in your template.

API Reference

The following directives are available to import from the @ng-primitives/ng-primitives/progress package:

NgpProgressDirective

number
Define the progress value.
number
default:"100"
Define the progress max value.
(value: number, max: number) => string
Define a function that returns the progress value label.

NgpProgressIndicatorDirective

There are no inputs or outputs for this directive.

Schematics

You can use our schematic to generate a new progress component.

Options

string
The name of the component.
string
The name of the project to add the component to.
string
The path to create the component.