Unexpected value 'ResponsiveModule' imported by the module 'AppModule'
See original GitHub issueI’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:
- Created 7 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 😃
First dev version with AOT compilation in branch: aot-dev-branch. Although there are many things to solve. ; )