P3X GitList Demo
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:
eae69e7c6c221e47bed68d0a0858e7fd840e5939
Branches
master
Files
Commits
Log
Graph
Stats
angular-http-cache-interceptor.git
src
app
app.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 ( 1kB ) 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/app.component.html
<mat-toolbar color="primary" [class.mat-elevation-z10]="true"> P3X Angular HTTP Cache Interceptor </mat-toolbar> <div style="margin: 25px;"> <mat-card> <div> <button mat-raised-button color="primary" (click)="loadCached()">Load cached data</button> <br/> <br/> <div class="mat-caption">Itt will try to load some random data with cached data.</div> </div> <br/> <mat-divider></mat-divider> <br/> <div> <button mat-raised-button color="primary" (click)="loadNonCached()">Load data with disabled cache</button> <br/> <br/> <div class="mat-caption">It will try to load some random data without cache.</div> </div> <br/> <mat-divider></mat-divider> <br/> <div> <a mat-button color="accent" href="https://pages.corifeus.com/angular-http-cache-interceptor" target="_blank">Corifeus pages</a> </div> <br/> <mat-divider></mat-divider> <br/> <div> <a mat-button color="accent" href="https://github.com/patrikx3/angular-http-cache-interceptor" target="_blank">GitHub</a> </div> </mat-card> </div>