I am now trying for hours. I use Material2 and simply want to change the color of the progress-bar. I know there are those themes (primary/accent/warn) but I want to have a
Angular 8 solution:
for me it was putting my styling in a top level .scss file. Also had to select in .scss as follows:
.scss
html:
styles.scss:
.weakest { .mat-progress-bar-fill::after { background-color: yellow; } }