bonjurmrfirst / ng4-files

20 stars 15 forks source link

Error during template compile of 'Ng4FilesModule' #23

Open LoveenDyall opened 6 years ago

LoveenDyall commented 6 years ago

running: ./node_modules/\@angular/cli/bin/ng build --watch --aot=true throws error:

ERROR in ../angular4-files-upload/src/app/ng4-files/ng4-files.module.ts(13,2): Error during template compile of 'Ng4FilesModule'
  Function calls are not supported in decorators in 'NgModule'
    'NgModule' calls a function at ../@angular/core/core.ts(194,50).

package.json:

    "@angular/animations": "^6.0.2",
    "@angular/common": "^6.0.2",
    "@angular/compiler": "^6.0.2",
    "@angular/core": "^6.0.2",
    "@angular/forms": "^6.0.2",
    "@angular/http": "^6.0.2",
    "@angular/platform-browser": "^6.0.2",
    "@angular/platform-browser-dynamic": "^6.0.2",
    "@angular/router": "^6.0.2",
    "angular4-files-upload": "^1.0.2",