If I want to load a small angulardart application at first and then later add modules, is it possible and how to do this.
For example:
- the first module will handle a websocket connection and login
- if login is successful, then load the main app
I'm just trying to get the big picture of the good practices of programming with angulardart.