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()
.set(newValue)
(update)="newValue"
Features:
scss
Generated using TypeDoc
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 updatesFeatures:
scss
file only contains scss that relates to the component making it easier to make changes and spot errors.