Anthony-Breneliere
Anthony-Breneliere
According to Jsondiffpatch those two objects are differents: { temperature = 10.0 } and { temperature = 10 } But according to json standards, those two objects should be the...
**Describe the bug** Context menu items are always enabled, event if [enabled]="false". **To Reproduce** Given the follwing menu: ``` Actions sur {{intervention?.Id}} Transmettre Arrivée sur site Clôturer Annuler ``` **Expected...
The "yo Office" for Angular generates a bad Angular application where dependency injection does not even work. https://github.com/OfficeDev/Office-Addin-TaskPane-Angular/issues/45 Furthermore each component's html requires to be added in the webpack.config file,...
Hello, This is more a request than an issue I post there. Is there an extension that would allow me to notify running instance ? I am trying to invoke...
Hello, I recently added RabbitMQ.Client.Core.DependencyInjection project in replacement of RabbitMQ.Client. For unit testing, I need to get a specific handler from the service provider, that I have injected in my...
Angular material datepicker allows it, why not angular material timepicker ? Moment has more advanced features over native Date. ``` Birthdate ``` in TS: ``` birthMoment: moment.Moment; ``` in Module:...