-
Notifications
You must be signed in to change notification settings - Fork 27k
Closed
Milestone
Description
Note: for support questions, please use one of these channels: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question. This repository's issues are reserved for feature requests and bug reports.
- *I'm submitting a ... *
[x] bug report
[ ] feature request
[ ] support request - Do you want to request a feature or report a bug?
Bug
- What is the current behavior?
The QuickStart and all apps based upon it report the following error to the console upon launch.
Uncaught TypeError: Cannot read property 'zone' of undefined
The app continues to run. You won't see it unless you happen to be looking at the console.
- If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
Does not seem to happen in plunker.
Does when build and execute the code locally as directed. See instructions in the angular/quickstart repo
In brief:
git clone https://github.com/angular/quickstart my-proj
cd my-proj
rm -rf .git
npm install
npm start- What is the expected behavior?
No errors in console
- What is the motivation / use case for changing the behavior?
- Please tell us about your environment:
- Angular version: 2.0.0-beta.11
- Browser: Chrome
- Language: TypeScript
- Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
Metadata
Metadata
Assignees
Labels
No labels