-
I am trying to make the upgrade to v2.1 but seem to be having troubles moving to the new template version of routing. Basic premise is that I have an app built without templates and would like to roll over the code to a template version. I have now moved this to a start up module which calls
I intend on using the templates but only for limited access views, the rest of the time I wanted to get away with just using the default template (ie MainForm). What am I missing here? It feels like I am doing something dumb but cannot find it for the life of me! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You just need to import MainForm into startup module + any other routes and templates |
Beta Was this translation helpful? Give feedback.
You just need to import MainForm into startup module + any other routes and templates