App
The App class exposes the Router which can be used to configure the Application's routing settings.
You can specify which Route should be default by calling router.setDefault(controller, method);
Static Method Summary
Static Public Methods | ||
public static |
start() Triggers a creation of the app, by using an Injection.get |
Constructor Summary
Public Constructor | ||
public |
constructor(router: Router, context: Context): App Have the router check check which route is active and fire the Controller |
Member Summary
Public Members | ||
public |
context: * The animationController that controls the animations between screens |
|
public |
controllers: * |
|
public |
router: * The router of the application |