AbdulRahmanAlHamali
AbdulRahmanAlHamali
Hi @eLvErDe , can you try this: ```python dataclass_json_config = dataclasses_json.cfg.config(letter_case=dataclasses_json.LetterCase.CAMEL)['dataclasses_json'] ``` I'm not sure if it'll work, but I stole it from here: https://github.com/lidatong/dataclasses-json/blob/master/dataclasses_json/api.py#L140
Thank you Jerome, I'll be waiting
This issue is happening intermittently for us as well, we're using v1.1.1
Thank you for your answer @ZachHardin I tried to inject the modal into the top level app, but it always gave me weird types of errors. Could you please provide...
Hello, I was able to solve it by moving all my services into the root component, instead of the bootstrap. Because at the bootstrap, adding BS_MODAL_PROVIDERS gives an error "Token...
Hello What version of Angular2 and of Angular2 Modal are you using?
This exception is thrown when dismissing the dialog, if a reject function was not supplemented. The exception doesn't really cause any problems. But if you want to get rid of...
Wouldn't it work if we just say: if (reject !== undefined) reject(); What do you think? On 23 Sep 2016 02:45, "Júlio César" [email protected] wrote: > AFAIK a try/catch wouldn't...
It would indeed be a very annoying breaking change because most people don't check the result in their Confirm dialogs. In addition the exception is not that problematic. It never...
alright thank you Yanick, have a good weekend!