angular / angular2-seed

MIT License
1.01k stars 640 forks source link

experimental support for decorators is a feature that is subject to change in a future release #133

Closed elmoromourad closed 7 years ago

elmoromourad commented 7 years ago

I just followed the steps in README, but i got this error behind class (components) in visual studio code : [ts] Experimental support for decorators is a feature that is subject to change in a future release. Set the 'Exxperimentaldecorators' option to remove this warning.

joshterrill commented 7 years ago

I believe that's just a compiler issue. You can set expiermintalDecorators to true in your tsconfig.json file.

pkozlowski-opensource commented 7 years ago

Our tsconfig shows proper configuration: https://github.com/angular/angular2-seed/blob/master/tsconfig.json#L9

Thnx for helping out with issues @joshterrill

elmoromourad commented 7 years ago

It's already true. tsconfig.json of my project looks like the same in the URL.