Class

HomeController

(abstract) HomeController()

Constructor

# abstract new HomeController()

Main Controller For the SSApp Architecture.

Main Controller For the SSApp Architecture. Should be instantiated like so:

  
    
      
        (...)

Initializes the BaseManager providing access to: Complies with the Architecture described

  • Access to Identity DSU;
  • Access to Database DSU;
  • Access to the Messaging API

and provides the implementation for navigation and data management in an Ionic Tab Single Page Application Schema

View Source HomeController.js, line 14