Revert "openvidu-components: Removed HTTPClient dependency"
This reverts commit bc9f3b6a6a7c3fbcb00a2a5a4955792bce6b1fd9.
This commit is contained in:
parent
bc9f3b6a6a
commit
3af985f571
@ -1,5 +1,6 @@
|
||||
import { OverlayContainer } from '@angular/cdk/overlay';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { HttpClientModule } from '@angular/common/http';
|
||||
import { ModuleWithProviders, NgModule } from '@angular/core';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { RouterModule } from '@angular/router';
|
||||
@ -110,6 +111,7 @@ const privateComponents = [
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
HttpClientModule,
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
RouterModule.forRoot([]),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user