Andrew Koroluk
Andrew Koroluk
Yeah, that seems reasonable to me.
No, gridform is for taking in form data and directly streaming it to GridFS. What you probably want is something to write directly to GridFS from data that you have,...
At the time of writing the client-side TS, I didn't feel that there were any good server-side TS implementations. I believe there is a good server-side implementation now (require hook),...
Sounds like a bug to me. Have you changed anything that might affect this?
Make sure any monospace code/console output you paste is surrounded by triple backticks (\`\`\`)
Do you think you can send me your project code?
Looking at the `protractor.conf.js` for the generator version you listed (4.1.2), I don't see the lines you said you had to comment out: https://github.com/angular-fullstack/generator-angular-fullstack/blob/fdbb222717cade93a43f403dcb5f5abcb1e32c59/templates/app/protractor.conf.js
I was able to reproduce and fix this locally. Apparently it's an issue with webpack bundling. Manually add the following to the top of your `polyfills.ts` file: ```ts import 'reflect-metadata';...
See https://github.com/NativeScript/nativescript-angular/issues/1540 about the same issue
It has nothing to do with that project; they just had a similar issue. I was able to reproduce this, but adding the `reflect-metadata` import fixed the issue for me....