Skip to content

The 5 ES7 Decorators I want to use, now.

Updated: at 03:47 PM

The Angular 2 Team’s push for decorators has developers thinking of awesome use cases

With ES6 finalized in June, it is time to look forward to ES7. There are some awesome proposals that you should get excited about, including: Object.observe, async functions, the new bind operator (::) and especially function/class decorators.

Read more from the source: Medium