Chris Fabio

Results 8 comments of Chris Fabio

I'm getting the same issue. I think it's related to this: https://github.com/bleenco/ngx-uploader/blob/ecb99591de36721018d08f1a8478296d654cb34a/src/ngx-uploader/directives/ng-file-drop.directive.ts#L65 Changing `Event` to `DragEvent` fixed the issue in my tests I'm using Angular 5.0.1 and Node 8.9.1

This PR should fix the issue: https://github.com/angular/angular/pull/22905 🎉

Bundle went from 200mb~ to 4mb! 27min to 8min production build! 💯 I just get these warnings, but everything still works! ```sh WARNING in ./node_modules/@angular/core/bundles/core.umd.js 6563:23-44 Critical dependency: the request...

This issue is being tracked here: https://github.com/angular/universal/issues/844 This might be a possible workaround: https://github.com/angular/universal/issues/844#issuecomment-346929471 I had this issue with ngx-uploader: https://github.com/bleenco/ngx-uploader/issues/308#issuecomment-352645351 I forked the repo and added the fixes. Hope...

Which package is causing the issue?

Also, if you're using Angular 6, have a look at the universal demo from @vikerman https://github.com/vikerman/universal-shop/blob/master/level4/universal-shop/src/app/app.server.module.ts#L27 _Note: For this template, you need to import AppModuleShared into app.module.server_ I noticed that...

When you right click and View Page Source, does it render the Angular app? Maybe there is an error in NodeServices when it renders the app.server.module. Does it work locally?

I'm running into the same issue with istio. Is there any update on when this is getting merged? Thanks!