mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-11-01 06:31:21 +00:00
src | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
angular.json | ||
browserslist | ||
COPYING | ||
COPYING.LESSER | ||
Dockerfile | ||
package.json | ||
proxy.conf.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
VERSION | ||
yarn-error.log | ||
yarn.lock |
frontend-tutorial-framework
This is the Angular frontend of TFW. The main exposed features are our pre-implemented components based on the src/app/services/websocket.service.ts
service.
This service provides an RxJS based communication API to the framework backend (TFW server and event handlers). Another useful features are a bunch of pre-designed layouts and dynamic switching between them.
To learn more about the framework and get started, please consult our wiki.