-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Trying to resolve module in object literal #6498
Comments
Currently, if either |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…orators (angular#12503) At the moment we are processing all property assignments in object literals irrespective if they are in a decorator or not. With this change we will process only property assignments found under in a component decorator. Fixes angular#12488, Fixes angular#6007, Fixes: angular#6498 and Fixes: angular#8295
Bug Report
Versions.
OS- Windows 10
IDE- Visual Studio 2015
node --version
= v 7.7.4Package manager- npm
npm--version
= v 4.1.2ng --version
=Repro steps.
ng serve
You will get the following error.
The log given by the failure.
Desired functionality.
It should be normal string value.
Mention any other details that might be useful.
Unable to reproduce the same issue in plunker as there we have systemjs config.
The text was updated successfully, but these errors were encountered: