fix(picture uploader): ngx-uploader integration

This commit is contained in:
Alexander Zhukov 2017-01-21 13:11:18 +03:00
parent be9c677c06
commit 65dcb90f05
4 changed files with 21 additions and 28 deletions

View file

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { CommonModule } from '@angular/common';
import { ReactiveFormsModule, FormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
import { NgUploaderModule } from 'ngx-uploader';
import {
BaThemeConfig
@ -107,6 +108,7 @@ const NGA_VALIDATORS = [
RouterModule,
FormsModule,
ReactiveFormsModule,
NgUploaderModule,
],
exports: [
...NGA_PIPES,