We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b69a6 commit a444630Copy full SHA for a444630
README.MD
@@ -59,7 +59,7 @@ You can filter the requests that shouldn't be caught by the interceptor by provi
59
<spinner
60
[backgroundColor]="'#ff0000'"
61
[spinner]="Spinkit.skWave"
62
- [filteredUrlPatterns]="['\\d', '[a-zA-Z]', 'my-api']>
+ [filteredUrlPatterns]="['\\d', '[a-zA-Z]', 'my-api']">
63
</spinner>
64
```
65
0 commit comments