question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unexpected value 'ResponsiveModule' imported by the module 'AppModule'

See original GitHub issue

I’m trying to AOT (Ahead-of-Time) compile an application that uses ng2-responsive. from what I can gather, it seems as if ng2-responsive is only JIT (Just-in-Time) ready. Demo only shows the use of platformBrowserDynamic.

Am I missing something or is this already on the horizon? Any plan release to support this?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
sweeneyrobbcommented, Oct 7, 2016

we’ve recently worked around the issue. taking a subset of ng2-responsive and making it work with AOT for the moment. my colleague and i are looking to put a pull request together at some point to benefit the ng2-responsive project. will let you know when it’s ready 😃

0reactions
ManuCutillascommented, Oct 24, 2016

First dev version with AOT compilation in branch: aot-dev-branch. Although there are many things to solve. ; )

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unexpected value 'MyCustomModule' imported by the module ...
in myCustomLib.js , try to import before exporting import { MyCustomModule } from './lib/myCustomLib.module; export MyCustomModule;.
Read more >
Getting error when dist with angular cli #103 - GitHub
'ERROR in : Unexpected value 'ResponsiveModule in C:/Projects/Admin/Admin. ... imported by the module 'AppModule in C:/Projects/Admin/Admin.
Read more >
Unexpected value 'xxx' imported by the module 'AppModule'
When building an app with custom libraries pulling from npm, sometime it shows the following error. Unexpected value 'xxx' imported by the ......
Read more >
Unexpected value 'EntryComponentModule' imported by the ...
Unexpected value 'EntryComponentModule' imported by the module 'DynamicTestModule'. Hallo,. I'm running into a rather odd error.
Read more >
zebrafish transgenic lines: Topics by Science.gov
The use of 5xERE:GFP transgenic zebrafish revealed an unexpected tissue-specific ... We utilized the Neurite Outgrowth Application module with a customized ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found