Reproduction
Steps to reproduce:
Register NgProgressHttpModule with a URL that contains capital letters in silentApis array, just like this:
NgProgressModule,
NgProgressHttpModule.withConfig({
silentApis: [
"http://localhost/Item/GetItems"
]
})
Expected Behavior
What behavior were you expecting to see?
To silent this API URL, no matter the URL contains capital letters or small letters
Actual Behavior
What behavior did you actually see?
API won't get silent unless URL is in small letters only
Environment
- Angular: 8.2.5
- ngx-progressbar: http
- Browser(s): Chrome 83.0.4103.116
- Operating System (e.g. Windows, macOS, Ubuntu): Windows 10