Hi
I've see a guide on how to create a new application and a new module.
I have a created a new application for our solution.
The entire solution and modules will be based on angular ui.
I want to create a new module with a user interface,
How do I create this module.
Will be a seperate solution?
Is it possible to have the module in the solution as the base application visual studio solution?
I would like to have a single visual studio solution if possible to develop the modules as well as the base application but keep the module code is seperate projects.
How do I include this module in the application?
How do I load the ui for the module in the main application.