Prerequisites

Information

Before following the below steps, please make sure you have already migrated the app to the latest version using Neutrinos Studio's auto migrate feature.

Perform these steps if you are migrating your app from Neutrinos Studio 6.0.x to 6.1.0.

If you are migrating your app from previous releases of Neutrinos Studio, perform the migration steps mentioned in the below topics (based on the version from which you are upgrading) before you proceed with this topic.  

For example, If you are migrating your app from Neutrinos Studio version 5.0.4 to version 6.1.0, perform migration steps mentioned in migrate from 5.x to 6.0.0 and then perform the steps mentioned below. 


Migration Steps

There are no manual migration steps for this release of Neutrinos Studio. Click the  icon to migrate your app to the latest version.

Warning

In the 6.2.0 version of Neutrinos Studio, the *ngfor attribute in the Select component is replaced with datasourceoptionView, and optionValue attributes. If you have used the *ngfor attribute, on migration to 6.2.0, the attribute value gets converted and gets assigned to the new attributes.

For example, if this was the values assigned- *ngFor="let i of item; let k = index;" then a new index i will be created and the following attributes will be assigned with these values on migration:

  • datasource=item
  • option = i