使用Angular上传文件

时间:2017-06-12 09:30:04

标签: php angular file-upload

我正在尝试实施 - https://github.com/spartaksun/ng2-file-uploader#backend-example-using-plain-php

我已经安装了ng2-file-uploader,在component.ts我尝试按照指导添加代码,当我添加directives: [UPLOAD_DIRECTIVES]时,它给了我错误 - See error

@Component({
  selector: 'demo-app',
  templateUrl: 'app/demo.html',
  directives: [UPLOAD_DIRECTIVES],
})

1 个答案:

答案 0 :(得分:0)

请阅读角度2的最新文档

  

指令不再是@Component的元数据属性。

请阅读:enter image description here

注意: 您尝试使用的插件是1年,所以它必须使用角度测试版而不是最终版。