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:
0d815c6fccc8ec26d0b4db756bb8af975e801b6a
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
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-z1]="true"> <span class="mat-body-strong ellipsis">P3X Angular HTTP Cache Interceptor v{{ version }}</span> </mat-toolbar> <div style="margin: 25px;"> <nav mat-tab-nav-bar [tabPanel]="tabPanel" backgroundColor="primary" color="accent" style=" border-top-left-radius: 6px; border-top-right-radius: 6px;"> <a mat-tab-link *ngFor="let link of navLinks" [routerLink]="link.link" routerLinkActive #rla="routerLinkActive" [active]="rla.isActive"> {{link.label}} </a> </nav> <mat-tab-nav-panel #tabPanel> <mat-card style=" border-top-left-radius: 0px; border-top-right-radius: 0px; padding-top: 0;"> <div> <a class="link-fix" mat-button color="accent" href="https://corifeus.com/angular-http-cache-interceptor" target="_blank">Corifeus P3X Angular HTTP Cache Interceptor</a> </div> <mat-divider></mat-divider> <div> <a class="link-fix" mat-button color="accent" href="https://github.com/patrikx3/angular-http-cache-interceptor" target="_blank">GitHub</a> </div> <mat-divider></mat-divider> <div> <a class="link-fix" mat-button color="accent" href="https://www.npmjs.com/package/p3x-angular-http-cache-interceptor" target="_blank">NpmJS</a> </div> <mat-divider></mat-divider> <br/> <div style="margin: 10px;"> <router-outlet></router-outlet> </div> </mat-card> </mat-tab-nav-panel> <br/> </div>