Results 8 issues of 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 ....

improvement

Property slot is missing on severals beans: * Checkbox * RadioButton * ToggleButton

improvement

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...

improvement

working on some improvements/tests regarding generation

improvement

Avoid using eval in generated ts code **NB : needs tpl >= 8.4.0.3**

improvement

* 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...

improvement

Allow direct import syntax : new angular builder needs some import such as : `import numeral from "numeral" ` instead of `import * as numeral from "numeral" ` **NB :...

new feature

## 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:...

bug