Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Angular frontend architecture (new)

Tom Lichtenstein edited this page May 30, 2018 · 19 revisions

Services

Services are responsible for the API-Server communication and state synchronization. Directory: /src/app/services/

Chain-selector

Interface

ChainItem

name: string, target: string,

ChainSelection

isEmpty(): boolean

ChainSelectorService

selectedChains: ChainSelection setSelectedChains(selectedChains: ChainSelection): void

Data-retriever

Interface

Parameter-configurator

Interface

Recording-handler

Interface

Scenario-configurator

Interface

User-authentication

Interface

Components

Clone this wiki locally