mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: frontend imports cleaned up
parent
0ab3add07c
commit
59d95ea0c5
|
@ -1,7 +1,4 @@
|
||||||
import { Component, OnInit, OnDestroy, HostListener } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
import { Router } from '@angular/router';
|
|
||||||
|
|
||||||
import { InfoService } from 'app/services/info.service';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-root',
|
selector: 'app-root',
|
||||||
|
|
|
@ -3,11 +3,10 @@ import { FlexLayoutModule } from '@angular/flex-layout';
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { FormsModule } from '@angular/forms';
|
import { FormsModule } from '@angular/forms';
|
||||||
import { HttpModule } from '@angular/http';
|
import { HttpModule } from '@angular/http';
|
||||||
import { RouterModule } from '@angular/router';
|
|
||||||
import 'hammerjs';
|
import 'hammerjs';
|
||||||
|
|
||||||
import { routing } from './app.routing';
|
import { routing } from './app.routing';
|
||||||
import { AppMaterialModule } from 'app/app.material.module';
|
import { AppMaterialModule } from './app.material.module';
|
||||||
|
|
||||||
import { InfoService } from './services/info.service';
|
import { InfoService } from './services/info.service';
|
||||||
import { RestService } from './services/rest.service';
|
import { RestService } from './services/rest.service';
|
||||||
|
@ -19,7 +18,6 @@ import { CredentialsDialogComponent } from './components/dashboard/credentials-d
|
||||||
import { LayoutBestFitComponent } from './components/layouts/layout-best-fit/layout-best-fit.component';
|
import { LayoutBestFitComponent } from './components/layouts/layout-best-fit/layout-best-fit.component';
|
||||||
import { OpenViduVideoComponent } from './components/layouts/ov-video.component';
|
import { OpenViduVideoComponent } from './components/layouts/ov-video.component';
|
||||||
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
AppComponent,
|
AppComponent,
|
||||||
|
|
Loading…
Reference in New Issue