Fix client admin
This commit is contained in:
parent
62ccb24e24
commit
e7dbeae8d9
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,7 @@ import { NgModule, Optional, SkipSelf } from '@angular/core'
|
||||||
import { CommonModule } from '@angular/common'
|
import { CommonModule } from '@angular/common'
|
||||||
import { HttpModule } from '@angular/http'
|
import { HttpModule } from '@angular/http'
|
||||||
import { RouterModule } from '@angular/router'
|
import { RouterModule } from '@angular/router'
|
||||||
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
|
||||||
|
|
||||||
import { SimpleNotificationsModule } from 'angular2-notifications'
|
import { SimpleNotificationsModule } from 'angular2-notifications'
|
||||||
import { ModalModule } from 'ngx-bootstrap/modal'
|
import { ModalModule } from 'ngx-bootstrap/modal'
|
||||||
|
@ -17,6 +18,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard'
|
||||||
CommonModule,
|
CommonModule,
|
||||||
HttpModule,
|
HttpModule,
|
||||||
RouterModule,
|
RouterModule,
|
||||||
|
BrowserAnimationsModule,
|
||||||
|
|
||||||
ModalModule,
|
ModalModule,
|
||||||
SimpleNotificationsModule.forRoot()
|
SimpleNotificationsModule.forRoot()
|
||||||
|
|
|
@ -3,7 +3,6 @@ import { CommonModule } from '@angular/common'
|
||||||
import { HttpModule } from '@angular/http'
|
import { HttpModule } from '@angular/http'
|
||||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
|
||||||
import { RouterModule } from '@angular/router'
|
import { RouterModule } from '@angular/router'
|
||||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
|
|
||||||
|
|
||||||
import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'
|
import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'
|
||||||
import { KeysPipe } from 'angular-pipes/src/object/keys.pipe'
|
import { KeysPipe } from 'angular-pipes/src/object/keys.pipe'
|
||||||
|
@ -27,7 +26,6 @@ import { VideoAbuseService } from './video-abuse'
|
||||||
ReactiveFormsModule,
|
ReactiveFormsModule,
|
||||||
HttpModule,
|
HttpModule,
|
||||||
RouterModule,
|
RouterModule,
|
||||||
BrowserAnimationsModule,
|
|
||||||
|
|
||||||
BsDropdownModule.forRoot(),
|
BsDropdownModule.forRoot(),
|
||||||
ModalModule.forRoot(),
|
ModalModule.forRoot(),
|
||||||
|
|
Loading…
Reference in a new issue