-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Please provide us with the following information:
OS?
Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
macOS Sierra
Versions.
Please run
ng --version
. If there's nothing outputted, please run in a Terminal:node --version
and paste the result here:
Running of angular/angular-cli#master
angular-cli: 1.0.0-beta.26
node: 7.2.0
os: darwin x64
@angular/common: 2.4.4
@angular/compiler: 2.4.4
@angular/core: 2.4.4
@angular/forms: 2.4.4
@angular/http: 2.4.4
@angular/platform-browser: 2.4.4
@angular/platform-browser-dynamic: 2.4.4
@angular/router: 3.4.4
@angular/compiler-cli: 2.4.4
Repro steps.
Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
$ ng new reflect-metadata-issue
$ cd reflect-metadata-issue
$ ng serve
Now open in the browser and view the console to get this error message
Uncaught reflect-metadata shim is required when using class decorators
The log given by the failure.
Normally this include a stack trace and some more information.
Mention any other details that might be useful.
As said above, this is running the current master
Thanks! We'll be in touch soon.