mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-10 02:14:20 +01:00
fix(picture uploader): ngx-uploader integration
This commit is contained in:
parent
be9c677c06
commit
65dcb90f05
4 changed files with 21 additions and 28 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue