Skip to content

Commit

Permalink
Rename main module class to match the repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Apr 22, 2017
1 parent a6d850c commit 8482fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions karmaMain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { NgHttpInterceptorModule } from './src/app/ng-http-interceptor.module';
import { NgHttpLoaderModule } from './src/app/ng-http-loader.module';

platformBrowserDynamic().bootstrapModule(NgHttpInterceptorModule);
platformBrowserDynamic().bootstrapModule(NgHttpLoaderModule);
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ import { HttpModule } from '@angular/http';
HttpInterceptorServiceFactoryProvider,
]
})
export class NgHttpInterceptorModule {
export class NgHttpLoaderModule {
}

0 comments on commit 8482fed

Please sign in to comment.