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.module.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 { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { NotFoundRoutingModule } from './not-found-routing.module'; import { NotFoundComponent } from './not-found.component'; @NgModule({
4362659f
imports: [ CommonModule, NotFoundRoutingModule, NotFoundComponent ]
f3444b5a
}) export class NotFoundModule { }