Skip to content

Instantly share code, notes, and snippets.

@azu
Last active May 13, 2016 06:38
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azu/38f9f82b209c2516c546b7eb1fb4b459 to your computer and use it in GitHub Desktop.
Save azu/38f9f82b209c2516c546b7eb1fb4b459 to your computer and use it in GitHub Desktop.
Angular2 and ECMAScript Proposals

Edit: 2016-05-11

Name Example ECMAScript TypeScript Babel
Class decorator @Component() Stage 1 Yes Yes
Property decorator @Input() Stage 1 Yes Partial*1
Method Parameter Decorators @Optional() Stage 0 Yes No
Function Expression Decorators @memoize function(){}(Angular not yet) Stage 0 No No
Observable RxJS 5 Stage 1 - -
Zone zone.js Stage 0 - -

If you found an error, please contact to me.

Thanks

This table is based on Angular 2 with Babel - Shuhei Kagawa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment