Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UiModule

whatitdoes

UiModule exists to hold the common user interface methods that offers a consistant look and api to the rest of the app.

Input API:

  • .get() returns the current value
  • .set(newValue) sets the input to a new value
  • (update)="newValue" EventEmitter for all updates

Features:

  • All input items have the same api
  • Everything should be super simple
  • Encapsulation - the messy details of design and function are hidden within the encapsulation of each component.
  • Each scss file only contains scss that relates to the component making it easier to make changes and spot errors.

Hierarchy

  • UiModule

Generated using TypeDoc