Skip to content

Commit

Permalink
Remove HttpClientModule from ShareButtonsModule, closes #297
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Jun 18, 2018
1 parent 5e2937b commit a503936
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/buttons/src/lib/share-buttons.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { NgModule, ModuleWithProviders } from '@angular/core';
import { CommonModule } from '@angular/common';
import { HttpClientModule } from '@angular/common/http';

import { ShareButtons, ShareButtonsConfig, CONFIG } from '@ngx-share/core';
import { ShareButtonModule } from '@ngx-share/button';
Expand All @@ -18,7 +17,6 @@ export function ShareButtonsFactory(config: ShareButtonsConfig) {
ExpandButtonComponent
],
imports: [
HttpClientModule,
ShareButtonModule,
CommonModule
],
Expand Down

0 comments on commit a503936

Please sign in to comment.