Skip to content

Commit

Permalink
fix(lib): removed again httpclient module from the library
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Aug 25, 2020
1 parent 2703ff2 commit 65a19dd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {CommonModule} from '@angular/common';
import {NgModule} from '@angular/core';
import {HttpClientModule} from '@angular/common/http';
import {MatSelectCountryComponent} from './mat-select-country.component';
import {MatAutocompleteModule} from '@angular/material/autocomplete';
import {MatButtonModule} from '@angular/material/button';
Expand All @@ -21,7 +20,6 @@ import {COUNTRIES_DB} from './db';
imports: [
CommonModule,
FormsModule,
HttpClientModule,
ReactiveFormsModule,
MatButtonModule,
MatMenuModule,
Expand Down

0 comments on commit 65a19dd

Please sign in to comment.