P3X GitList Demo v2026.4.274
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:
248ac3a3ed37e82f21783d39b2e538686110f9de
Branches
dependabot/npm_and_yarn/multi-d54fdff7c2
dependabot/npm_and_yarn/nanoid-3.3.8
master
Files
Commits
Log
Graph
Stats
angular-http-cache-interceptor.git
src
app
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 ( 516B ) 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/cache/bootstrap/bootstrap.component.html
<div class="mat-headline">Example</div> <div class="mat-body"> This is configured to cache, so, it caches everything, unless you use the <code>CachingHeaders.NoCache</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"></pre> <mat-divider></mat-divider> <br/> <p3x-default-component></p3x-default-component>