P3X GitList Demo v2026.4.305
GitHub
Repo
Changelog
To do
Releases
Themes
Language
Afrikaans
العربية
বাংলা
Català
Čeština
Dansk
Deutsch
Ελληνικά
English
Español
Suomi
Français
עברית
Magyar
Italiano
日本語
한국어
Nederlands
Norsk
Polski
Português
Română
Русский
Српски
Svenska
Türkçe
Українська
Tiếng Việt
中文
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
428abb3c81ae94c7df97f71e47a7cb3dd775bc5a
Branches
master
Files
Commits
Log
Graph
Stats
angular-http-cache-interceptor.git
src
app
non-cache
bootstrap
bootstrap.component.html
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Delete
Are you sure to delete this file?
Editor
Raw
Blame
History
HTML code
Clone
SSH
HTTPS
This file ( 476B ) exceeds the allowed full mode (48 kb) size. The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode, although some users like it.
src/app/non-cache/bootstrap/bootstrap.component.html
<div class="mat-body"> This is configured to not cache, unless you use the <code>CachingHeaders.Cache</code> header in your request. Should you wish to use a per-module cache, in the interceptor configuration, you would use the <code>CachingStore.PerModule</code> store configuration. </div> <br/> <mat-divider></mat-divider> <pre [innerHtml]="defaultSettings" class="p3x-ng-http-pre"></pre> <mat-divider></mat-divider> <br/> <p3x-default-component></p3x-default-component>