billy-activities
A service that allows for the use of activities for state management in Billy Applications
Install
$ npm install billy-activities
Usage
var Application = ;var ActivityService = ;var HomeScreenActivity = ; var app = ;app;app; appstart;
Injectables
New dependencies that you can use after adding this service:
tag | type | description | notes |
---|---|---|---|
navigator |
Navigator |
The activity navigator interface | Use the navigator to start and finish activities across the application |
Configs
Available config properties:
config | type | description | default value | notes |
---|---|---|---|---|
navigator.startup |
Activity |
Activity to to launch at app startup | null |
Testing
$ npm test
License
MIT