reyesoft / ngx-jsonapi

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101 stars 52 forks source link

Autocomplete decorator fails when transpiling to es6 #138

Closed maxi7587 closed 5 years ago

maxi7587 commented 5 years ago

Autocomplete decorator fails when transpiling to es6. The console shows the following error:

TypeError: Class constructor SomeService cannot be invoked without 'new'

Transpiling to es5 works fine.

maxi7587 commented 5 years ago

using es2015+ works fine