Skip to content

Commit 8482fed

Browse files
committed
Rename main module class to match the repository name
1 parent a6d850c commit 8482fed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

karmaMain.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
2-
import { NgHttpInterceptorModule } from './src/app/ng-http-interceptor.module';
2+
import { NgHttpLoaderModule } from './src/app/ng-http-loader.module';
33

4-
platformBrowserDynamic().bootstrapModule(NgHttpInterceptorModule);
4+
platformBrowserDynamic().bootstrapModule(NgHttpLoaderModule);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ import { HttpModule } from '@angular/http';
2828
HttpInterceptorServiceFactoryProvider,
2929
]
3030
})
31-
export class NgHttpInterceptorModule {
31+
export class NgHttpLoaderModule {
3232
}

0 commit comments

Comments
 (0)