-
Notifications
You must be signed in to change notification settings - Fork 26.4k
Closed
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtime
Description
I'm submitting a ... (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
Current behavior
Building an angular2 component and using it from npm does not work - the webpack build finishes fine but it gives an error in the browser:
Uncaught Error: Unexpected value 'PLIconModule' imported by the module 'AppModule'(…)
Expected behavior
No error in the browser.
Minimal reproduction of the problem with instructions
Add an angular2 component as an npm dependency and try to import it and build with webpack.
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Mac OSX
-
Angular version: 2.0.X
-
Browser: [all]
-
Language: [TypeScript X.X]
-
Node (for AoT issues):
node --version
= v5.8.0
pedro-sanchez and Zefling
Metadata
Metadata
Assignees
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtime