Frantisek Skorunka
Frantisek Skorunka
### Environment 1. `node -v`: 10.9.0 1. `npm -v`: 6.4.1 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): [email protected] 1. your vscode-jest settings if customized: -...
``` mySchema= { type: 'object', properties: { myValue: { type: 'integer', default: 1, } } }; myModel = { myValue: 10 }; ... ``` The myModel.myValues is 2. It all...
https://github.com/makinacorpus/angular2-schema-form/blob/29ee297ced8e157d6b5819bd88851127615255c6/src/form.component.ts#L100 Hi, I think we should do deep copy there. We do have a model where our properties are object and in that case they are not copied on model...
Should be the `WebSocketConnectionManager` registered as singleton instead of user defined `WebSocketHandlers`? Imagine the situation where you want to resolve some resources in your `WebSocketHandler` which are dependent on the...