Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
17ba522e9791971746d674ae4e21c6b1067bb4a8
Branches
master
Files
Commits
Log
Graph
Stats
angular-http-cache-interceptor.git
src
app
not-found
not-found.component.ts
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 3
Mode: application/typescript
Binary: false
Hang on, we reloading big blames...
f3444b5a
import { Component, OnInit } from '@angular/core'; @Component({
4362659f
selector: 'p3x-not-found', templateUrl: './not-found.component.html', styleUrls: ['./not-found.component.scss'], standalone: true
f3444b5a
}) export class NotFoundComponent implements OnInit { constructor() { } ngOnInit(): void { } }