Closed
Description
It‘s a Bug:
<mat-progress-bar [mode]='buffer'>
In the official website, it is normal.
but in my site:
u see, it’s blank!!!
In my router config, useHash is true, so my url is like: http://localhost:9621/#/preview/home
This is the only point different from the official website.
I found the bug:
If I adjust it as follows:
It's worked!
What is the expected behavior?
To normal.
What is the current behavior?
MatProgressBar buffer mode is blank.