todorpavlovic

Results 9 comments of todorpavlovic

When we can except version for v9 ?

Is there any fix ?

let error = {...err, message: err.message, name: err.name}; -- here is fix

I think there is new google chrome policty, secure cookies must be delivered by https protocol. So you need to setup your node js server to run over https... There...

Here is fix let error = {...err} -- this part was problematic; For functions handlers for example if you are want to access `err.errmsg`, you can't it's undefined, so add...

Sorry for the lack of information. With angular material cdk drag drop you have option to add CSS transitions then when the user is dragging there is a smooth transition...

What is the progress of resolving this issue ?