Go to file
raciborski f768b74893
Merge pull request #55 from avatao-content/message-buttons
Change message active button colors
2020-07-01 13:23:31 +02:00
src Use global variables for shadow colors 2020-06-30 15:48:04 +02:00
.dockerignore Add node_modules to .dockerignore 2019-09-12 11:41:42 -04:00
.editorconfig chore: initial commit from @angular/cli 2017-12-14 11:03:30 +01:00
.gitignore chore: initial commit from @angular/cli 2017-12-14 11:03:30 +01:00
COPYING License project under GNU LGPLv3 2019-09-12 15:01:11 -04:00
COPYING.LESSER License project under GNU LGPLv3 2019-09-12 15:01:11 -04:00
Dockerfile Increase network timeout so that DockerHub builds won't fail 2019-09-12 11:49:56 -04:00
README.md Update README.md 2019-09-17 05:25:42 +02:00
VERSION Add version file 2019-09-30 13:38:00 +02:00
angular.json Replace ACE with monaco – with lots of UI issues 2018-06-08 14:31:40 +02:00
browserslist Upgrade packages and remove unused dependencies 2019-08-12 16:07:11 +02:00
package.json Reconnect websockets automatically 2020-05-21 17:44:01 +02:00
proxy.conf.json Refactor WebComponent and iframing to be mutually exclusive, strip old app 2018-04-25 11:48:15 +02:00
tsconfig.json Upgrade packages and remove unused dependencies 2019-08-12 16:07:11 +02:00
tslint.json Fix tslint errors 2019-08-12 17:08:26 +02:00
yarn-error.log Prevent IDE reload race condition 2020-05-26 15:34:54 +02:00
yarn.lock Update packages (Firefox IDE scrolling bug fix) 2019-11-08 13:04:42 +01:00

README.md

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.