mirror of https://github.com/Chocobozzz/PeerTube
Fix client admin
parent
62ccb24e24
commit
e7dbeae8d9
|
@ -2,6 +2,7 @@ import { NgModule, Optional, SkipSelf } from '@angular/core'
|
|||
import { CommonModule } from '@angular/common'
|
||||
import { HttpModule } from '@angular/http'
|
||||
import { RouterModule } from '@angular/router'
|
||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
|
||||
|
||||
import { SimpleNotificationsModule } from 'angular2-notifications'
|
||||
import { ModalModule } from 'ngx-bootstrap/modal'
|
||||
|
@ -17,6 +18,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard'
|
|||
CommonModule,
|
||||
HttpModule,
|
||||
RouterModule,
|
||||
BrowserAnimationsModule,
|
||||
|
||||
ModalModule,
|
||||
SimpleNotificationsModule.forRoot()
|
||||
|
|
|
@ -3,7 +3,6 @@ import { CommonModule } from '@angular/common'
|
|||
import { HttpModule } from '@angular/http'
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
|
||||
import { RouterModule } from '@angular/router'
|
||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
|
||||
|
||||
import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'
|
||||
import { KeysPipe } from 'angular-pipes/src/object/keys.pipe'
|
||||
|
@ -27,7 +26,6 @@ import { VideoAbuseService } from './video-abuse'
|
|||
ReactiveFormsModule,
|
||||
HttpModule,
|
||||
RouterModule,
|
||||
BrowserAnimationsModule,
|
||||
|
||||
BsDropdownModule.forRoot(),
|
||||
ModalModule.forRoot(),
|
||||
|
|
Loading…
Reference in New Issue