export 'ProjectionModule' was not found in './core/index'
See original GitHub issueFirst and foremost, thank you so much for the Beta release - Material2 is shaping up to be really really great.
After updating to beta.1, I’m getting following console.warnings in the browser:
/~/@angular/material/module.js 89:16 export 'ProjectionModule' was not found in './core/index'
./~/@angular/material/dialog/index.js 21:75 export 'Platform' was not found in '../core'
./~/@angular/material/dialog/index.js 21:75 export 'Platform' was not found in '../core'
I tried to do a clean install of everything, to no avail.
My environment:
Angular: 4.0.0-beta.1 Webpack: 2.1.0-beta.22
Cheers, guys - and merry Xmas everybody
Issue Analytics
- State:
- Created 7 years ago
- Comments:19 (8 by maintainers)
Top Results From Across the Web
"Module not found" when exporting a class #1721 - GitHub
When I'm using this simple AssemblyScript: const test = 123 export { test } All works fine and cool and I can extract...
Read more >NG0301: Export not found! - Angular
For example, if the export not found is ngForm , we need to import FormsModule and declare it in the list of imports...
Read more >Export not found on module - typescript - Stack Overflow
When I compile, I get an error: MyInterface is not exported by QuestionFile. My goal is, whoever imports my library is able to...
Read more >Solved: ES Modules: '@arcgis/core/geometry/projection' doe...
ES Modules: '@arcgis/core/geometry/projection' does not contain a default export' ... I am having issues importing the "projection" module.
Read more >import - JavaScript - MDN Web Docs - Mozilla
The static import declaration is used to import read-only live bindings which are exported by another module. The imported bindings are ...
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 FreeTop 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
Top GitHub Comments
@spock123 Awesome! Yeah happy new year to you as well!
@DevVersion I’m on it, thanks for the heads up! Stay tuned 😃
Update: oh well Webpack 2.2.x broke a lot of stuff in my build, trying to resolve… probably the webpack-dev-server…
Update2: Webpack breaks so much that I can’t get it to work with my loaders, plugins etc… it’s really a mess how the 2.2 configuration changes all the time (I understand the reasons - good reasons), just not easy to get a configuration that doesn’t throw tons of errors…