Editing a plugin - Legacy Windows
Step 1:
Make the edits you want to do.
Step 2:
When you have finished your editing. Do this:
Step 3:
Step 4:
Step 5:
Step 6:
Open eFormAPI.sln in your preferred IDE

Step 7:
Unload all project in folder "Installation"

Step 8:


OBS! After adding existing project. Remember to REBUILD SOLUTION!!!
Step 9:
Open eform-angular-frontend -> eform-client in your preferred Typescript IDE.

Step 10:
Copy this in plugins.routing.ts
{
path: 'machine-area-pn',
canActivate: [AuthGuard],
loadChildren: './modules/machine-area-pn/machine-area-pn.module#MachineAreaPnModule'
}

Step 11:
OBS! Remember to run eFormAPI.sln before running the command npm start on eform-client!
After running command go to localhost http://localhost:4200/
Step 12:
Go to advanced -> plugins and edit Machine Area Plugin and toggle on "Enabled"
Refresh page.
Enjoy!
Last updated
Was this helpful?