Skip to content

Commit e602964

Browse files
author
Murhaf Sousli
committed
Update
1 parent 7fd5d32 commit e602964

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- `silentApis` checks the url using `url.includes()`
1919

20-
When `silentApis` is used with `matcher` regex, it will check if the URL matches both cases.
20+
When `silentApis` is used along with `matcher` regex, it will check if the URL matches both cases, learn more at [wiki page](https://github.com/MurhafSousli/ngx-progressbar/wiki/HttpClient-requests).
2121

2222

2323
## 7.0.0

projects/ngx-progressbar/src/lib/ng-progress.component.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
2-
import { of } from 'rxjs';
1+
import { ComponentFixture, TestBed } from '@angular/core/testing';
32
import { NgProgress, NgProgressComponent, NgProgressModule } from 'ngx-progressbar';
43

54
describe('NgProgress Component', () => {

0 commit comments

Comments
 (0)