-
Notifications
You must be signed in to change notification settings - Fork 433
An unhandled exception occurred while processing the request. #381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you check out this commit & message here, think a few things might of changed in the 3rd part library. a138974 |
Thank you MarkPieszak for reply. Please can you comment on following error. `ERROR in ./Client/app/Content/Images/user2.jpg |
That's because there's no loader to handle images by default (but in the latest PR #376, which I'm trying to merge real soon) it'll become default. In webpack.common.js add the following rule:
Make sure url-loader is installed as well, Hope that helps! |
Thank you Mark for quick reply. I will try. |
Thank you Mark for your help. I have one question in mind. Can I start developing web application using Angular Universal Framework. As there are changes are going in the library. Are there any new versions coming. Or is current framework is sufficient to start development. |
You could get started, the changes coming are quite big(?) mainly the webpack build, and many file changes. Maybe ideally wait a day or two, subscribe to that PR so you know when it's merged? |
Hi, I am facing following issues. After building application from command line it is giving following errors. Also I modified nav component. In that I have added one image but its not working. detailed error is as following.
` ERROR in G:/aspnetcore-angular2-universal-master/node_modules/rxjs/Subject.d.ts (16,22): Class 'Subject' incorrectly extends base class 'Observable'.
Types of property 'lift' are incompatible.
Type '(operator: Operator<T, R>) => Observable' is not assignable to type '(operator: Operator<T, R>) => Observable'.
Type 'Observable' is not assignable to type 'Observable'.
Type 'T' is not assignable to type 'R'.
The text was updated successfully, but these errors were encountered: