Class: FrontendUnit

FrontendUnit()

FrontendUnit ---------------------------------------------------------------------------------------- A Flitter application unit which sets up routes for accessing the javascript front-end pages we created in Project 3.

Constructor

new FrontendUnit()

Source:

Extends

  • Unit

Members

directory :string

Fully qualified path to the root of the ionic app.
Type:
  • string
Source:

Methods

(async) go(app)

Initializes the unit. Creates the `/app` static endpoing and default settings.
Parameters:
Name Type Description
app FlitterApp
Source: