-
Notifications
You must be signed in to change notification settings - Fork 407
ElementRef in constructor is undefined after upgrading to 0.7.5 #602
Comments
@nickwph, can you provide a reproduce repo or plunker? |
https://plnkr.co/edit/VjcSCz
|
Awesome! 😄 |
0.7.6 has been released, please try it. |
Unhandled Promise rejection: Cannot set property 'stack' of undefined ; Zone: ; Task: Promise.then ; Value: TypeError: Cannot set property 'stack' of undefined. This happens when i use below to display html array of strings. li *ngFor="#course of courses" |
@ivaris Could you provide a reproduce repo or plunker? |
@JiaLiPassion link for my code base. I just starting learning about angular2. i am working on mac https://github.com/ivaris/uiprojects/tree/development/myAngular2 |
@ivaris , your repo don't have any src, and can't be download, could you check it again? Or maybe you can just zip your working copy (without node_modules) and paste here by dragging the file. |
close for not be able to reproduce. |
After upgrading to
zone.js 0.7.5
,ElementRef
of a component is no longer being injected.The text was updated successfully, but these errors were encountered: