Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
9effe6aea59586bdec8f1cadd3bd16da8e5458f2
Branches
master
Files
Commits
Log
Graph
Stats
angular-http-cache-interceptor.git
src
app
app.module.ts
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 7
Mode: application/typescript
Binary: false
Hang on, we reloading big blames...
13cfe858
import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppComponent } from './app.component';
5ff05266
//import { P3XHttpCacheInterceptorModule } from '../../projects/angular-http-cache-interceptor/src/lib/http-cache-interceptor.module' import { P3XHttpCacheInterceptorModule } from 'p3x-interceptor'
f9c01003
13cfe858
@NgModule({ declarations: [ AppComponent ], imports: [
f9c01003
BrowserModule,
5ff05266
P3XHttpCacheInterceptorModule, ], providers: [
13cfe858
], bootstrap: [AppComponent] }) export class AppModule { }