Skip to main content

QoL Features

Filter backend support

Option
angular.migration.filter Field

Add to Field that needs to be used as a filter for the DataElement. Back-end code will be generated that adds a query filter to the GET all REST call.

<options>
<angular.migration.filter/>
</options>

Transmutations

Transmutation
AddDefaultAngularCrudDataElement

First it triggers the AddDefaultRestApi transmutation from the rest-expanders, to generate the needed endpoints. Afterwards it will create a DataConnector and DataView for the select DataElement. It will also add the option angular.migration.filter to the name field or the functionalKey field if name is not present.

Transmutation
UpgradeToAngularProjectApplication

Upgrades an angular-expanders 3.x.x project to a 4.x.x project. Generates meta-model structure and transforms old options to new model structure.

Transmutation
AddDefaultAngularTableDataElement

Adds the angular.isTableColumn option to all fields with the option exposeRestField.