Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
chore: cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
osahner committed Oct 1, 2018
1 parent f465cdf commit eee09b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ModuleWithProviders, NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';
import { CounterService } from './counter.service';
import { HttpClientBusyInterceptor } from './http-client-busy.interceptor';
import { HttpClientBusyDirective } from './http-client-busy.directive';

Expand Down

0 comments on commit eee09b5

Please sign in to comment.