You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line is kept when published to npm therefore, the component is throwing: angular2.dev.js:23730 EXCEPTION: Error: Uncaught (in promise): Failed to load components/button/button.html
The only workaround I have found is to build the project (this) and copy the folder /dist/components to my project, which I guess it's not the intended usage, right?
during build you need to set sourceRoot to the correct path
//# sourceMappingURL=../../../../components/button/button.js.map
hsould be
//# sourceMappingURL=button.js.map
The text was updated successfully, but these errors were encountered: