angular / angular2-seed

MIT License
1.01k stars 640 forks source link

can not register ngx-uploader #156

Open erata opened 7 years ago

erata commented 7 years ago

hi, i tried to register ngx-uploader but can not. there directives, classes, .. . i tried different ways but could not. is there a way you suggest me. thanks.

my projects.json...

this.SYSTEM_CONFIG_DEV.paths['ngx-uploader'] =
       `${this.APP_BASE}node_modules/ngx-uploader`;

     this.SYSTEM_BUILDER_CONFIG.packages['ngx-uploader'] = {
       main: 'ngx-uploader.js',
       defaultExtension: 'js'
     }