ng-app starting on a different form

Hello,

I am making a ng-app (test app). I have two forms (1 en 2). I want to run/debug the ng-app starting with form 2, but it only starts on form 1. I already searched for a setting in servoy developer and also tried to change the url in the browser to form 2. In the webclient-mode I managed to start with form 2.

What could I do, so that the ng-app begins with form 2?

Kind regards, Pieter

I managed to get a working ng-app. I changed the firstFormID: to another value. This firstFormID is in the file solutions_settings.obj. Now it works:)

Hi Pieter,

It sounds like you are editing the files directly. There is no need for that.
You can select the active solution node in the Solution Explorer view and set the firstForm property in the Properties view.

Hope this helps.

Hi Robert, Yes, I found in the solution explorer what you explained. That is the normal way. Thank you:). Pieter