-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include Reflect es7 metadata #152
Comments
I think about it a few months. The problem here - it's not an official ES proposal. It's very simple for implementation, so I think makes sense add it as an experimental feature. Or wait for the next TC39 meeting - IIRC decorator proposal should be updated. |
would it be too crazy to ask for an experimental folder path so all Angular 2 developer could rejoice import 'es6-shim';
import 'es6-promise';
import 'es7-reflect-metadata/dist/browser';
import 'zone.js/lib/browser/zone-microtask';
import 'zone.js/lib/browser/long-stack-trace-zone'; to import 'core-js/experimental';
import 'zone.js/lib/browser/zone-microtask';
import 'zone.js/lib/browser/long-stack-trace-zone'; then we only need to update zone.js import 'core-js/experimental';
import 'zone.js/lib/browser/zone-microtask'; which could live in import 'angular2/polyfills'; |
thanks for adding it as experimental 👍 |
@gdi2290 currently, I just play with it and explore possibilities. I think it can be added in the next minor release. |
I can add it right now as a pre-strawman feature (in this case it can be available not only in the
|
Ok. In the next minor version ( |
thanks |
Blocked on angular/in-memory-web-api#86 As per zloirock/core-js#152, `core-js` already includes `reflect-metadata`.
Blocked on angular/in-memory-web-api#86 As per zloirock/core-js#152, `core-js` already includes `reflect-metadata`.
Blocked on angular/in-memory-web-api#86 As per zloirock/core-js#152, `core-js` already includes `reflect-metadata`.
Blocked on angular/in-memory-web-api#86 As per zloirock/core-js#152, `core-js` already includes `reflect-metadata`.
As per zloirock/core-js#152, core-js already includes reflect-metadata. see angular/angular.io#3058
Blocked on angular/in-memory-web-api#86 As per zloirock/core-js#152, `core-js` already includes `reflect-metadata`.
Blocked on angular/in-memory-web-api#86 As per zloirock/core-js#152, `core-js` already includes `reflect-metadata`.
it would be great for angular2 if we only had to include
core-js
rather thanes6-shim
,es6-promise
, andreflect-metadata
https://github.com/rbuckton/ReflectDecorators
The text was updated successfully, but these errors were encountered: