Revert "openvidu-components: Removed HTTPClient dependency"

This reverts commit bc9f3b6a6a.
pull/772/head
Carlos Santos 2022-11-23 13:46:54 +01:00
parent bc9f3b6a6a
commit 3af985f571
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { OverlayContainer } from '@angular/cdk/overlay'; import { OverlayContainer } from '@angular/cdk/overlay';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
import { HttpClientModule } from '@angular/common/http';
import { ModuleWithProviders, NgModule } from '@angular/core'; import { ModuleWithProviders, NgModule } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router'; import { RouterModule } from '@angular/router';
@ -110,6 +111,7 @@ const privateComponents = [
], ],
imports: [ imports: [
CommonModule, CommonModule,
HttpClientModule,
FormsModule, FormsModule,
ReactiveFormsModule, ReactiveFormsModule,
RouterModule.forRoot([]), RouterModule.forRoot([]),