Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
f9c01003e85f4d094703d8cd438f8b08045364c2
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: 5
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';
f9c01003
import { AngularHttpCacheInterceptorModule } from '../../projects/angular-http-cache-interceptor/src/lib/angular-http-cache-interceptor.module'
13cfe858
@NgModule({ declarations: [ AppComponent ], imports: [
f9c01003
BrowserModule, AngularHttpCacheInterceptorModule,
13cfe858
], providers: [], bootstrap: [AppComponent] }) export class AppModule { }