Aspnetcore-angular-universal: client side code not working (current updated code)

Created on 4 Apr 2017  路  6Comments  路  Source: TrilonIO/aspnetcore-angular-universal

current updated code - server side code (prerendering) working fine. but client side code not working. it show "jquery.js" is missing. so everytime calls serverside when click any menus.
error

bug

All 6 comments

Did you include the Jquery inside WebPack? when the template got migrated from the Angular2 to Angular4 Template the Webpack file had a lot of the noise removed and commented back out again. Its probably still commented out in Webpack.vendor.js

Just added https://github.com/MarkPieszak/aspnetcore-angular2-universal/commit/372ceebb629fcf0e750ab402b7cc31261abe3016 can you see if that fixes it? Might of been my fault I was having strange issues with the SignalR last night !

This should be fixed now, but let me know if it needs to re-opened!

hi..current version webpack.config.vendor.js is missing. is it no more need webpack.config.vendor.js? Now project running but its shows some error. please find attached screen(vendor.css not found).
error

Yeah there's an open issue to fix the sass glyphicons, and for right now vendor isn't separated manually, going to add a way for it to be created automatically 馃巿
Hold tight more updates to come 馃巵

ok am waiting...thanks :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MarkPieszak picture MarkPieszak  路  14Comments

borgotecnologia picture borgotecnologia  路  15Comments

Flood picture Flood  路  14Comments

jrmcdona picture jrmcdona  路  20Comments

johnkattenhorn picture johnkattenhorn  路  15Comments