devconcept
devconcept
Here is a new version for Angular 5 and greater https://github.com/devconcept/ng-shopping-cart
This is very interesting indeed and I think I have enough material for a new major release. I'll start working on it and see what I can come up with.
There are two sides on this issue. In the first one you are right, there is no transform process between the multer stream and the gridfs stream and the only...
I'll probably implement it but not in the way you provided in the example. I'm strugling with the compatibility of some modules that are moving to es6 and trying to...
I guess hardcoding the version of the types `"@types/mongodb": "^3.5.25"` is a problem. Will fix it soon
I just run into this issue using resource owner password credentials. I check the other flows and it seems to affect them as well. I tracked the source to the...
Yes, I also used the params hash and implemented my own custom expiration logic but tokens almost always inform the client when they will expire so implement this in the...
There is a fix on develop but I will not be able to publish until at least one week. I'm having some personal issues right now and that is the...
Are you referring to change a particular item's quantity or the total number of items in the cart?
This is the cause: https://github.com/SAP/fundamental-ngx/blob/91006a4f86ed9550fe66a198924509e9339ab5e2/libs/core/message-toast/message-toast.module.ts#L18 By providing a custom OverlayContainer in the message toast module when importing the whole FundamentalNgxCoreModule the default overlay container is overridden hence why there are...