Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Frontend

Michael Lu edited this page May 11, 2018 · 4 revisions

The frontend is a standalone Angular app. In summary, the layout is generally

Components <-> Angular Services <-> Electron Service <-> Backend

Electron Service: an angular service that interfaces with electron, located in app/frontend/infrastructure/electron.service.ts

Clone this wiki locally