Progressive Web App container
Called to allow the inherited class to initialize async
Parameters | Type | Description |
---|---|---|
return | undefined |
Promise |
Returns the JWT token to use in REST (if implemented in inherited class)
Parameters | Type | Description |
---|---|---|
return | undefined |
JWT token wrapped in promise |
Called when all routes have been set up (asynchronously)
Name | Type | Description |
---|---|---|
restService | undefined |
Returns the REST service (using a fetch implementation) |
UI | undefined |
Returns the UI instance for this PWA |
router | undefined |
Returns the router instance created for the PWA. |