'Customize ngb-progressbar, add label on top/bottom of the bar

Thank you for your help in advance. The image below is my desired result using [ngb-progressbar][1]

enter image description here

  • Val1-val6 are array values that I want to use as label on top and bottom of the progress bar.
  • Inside the progress bar I want to add a dot per value rendered.
  • I've seen custom color and custom label ngb-bootstrap s/o but not with custom labels and inserting custom dots inside the bar instead of % completed. Any help would be appreciated.
  • Here's a stackblitz with a simple arr that I want to render.


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source