-
Notifications
You must be signed in to change notification settings - Fork 12k
JIT compiler is trying to resolve expression #8307
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
Comments
Some further investigations:
So I really have no clue what's going on here... If it's a CLI issue, an angular issue or if it's due to changes of a dependency. |
I'm seeing the same errors when trying to import components from an in house component library. |
Are you still able to reproduce this issue with the latest version? |
Closing it due to inactivity. If the problem is still reproducible with the latest CLI, please open a new issue following the template and sharing a minimal demo where we can reproduce it. Thank you! :) |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
Angular CLI: 1.5.0
Node: 6.9.5
OS: win32 x64
Angular: 5.0.0
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
@angular/cli: 1.5.0
@angular-devkit/build-optimizer: 0.0.32
@angular-devkit/core: 0.0.20
@angular-devkit/schematics: 0.0.35
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.8.0
@schematics/angular: 0.1.0
typescript: 2.4.2
webpack: 3.8.1
Repro steps.
create new project
add environment variable
change app.component to:
The log given by the failure.
Desired functionality.
Should use the right template like in AoT
Mention any other details that might be useful.
Was working fine until upgrade to ng5/CLI 1.5
The text was updated successfully, but these errors were encountered: