Charles GRIMONT
Charles GRIMONT
Since a lambda user, don't know existence of these properties in ionic, it can be interesting to put them in properties. Maight be postponed or removed ....
Property slot is missing on severals beans: * Checkbox * RadioButton * ToggleButton
Since this morning, the following error is thrown when i perform ```re-install package and re-execute```, or ```Android=>Cordova=>build``` on any mobile builder project ```to install npm ERR! Unexpected end of JSON...
working on some improvements/tests regarding generation
Avoid using eval in generated ts code **NB : needs tpl >= 8.4.0.3**
* Structure changes : * Dependencies (like other components, directives, or modules) are directly imported into the imports array of the **standalone component** (comp.ts). * No need to declare or...
Allow direct import syntax : new angular builder needs some import such as : `import numeral from "numeral" ` instead of `import * as numeral from "numeral" ` **NB :...
## Current Behavior In some cases, the `JsonSource` property in sequence beans is not defined when its value is `null` or `undefined`. This can lead to runtime errors such as:...