Angular web app for entering Techblox commands
Go to file
2021-05-30 00:15:14 +02:00
e2e Add project with Angular 12 and set some styles 2021-05-14 01:56:31 +02:00
src Add support for command history, Firebase deploy 2021-05-30 00:15:14 +02:00
.editorconfig Add project with Angular 12 and set some styles 2021-05-14 01:56:31 +02:00
.firebaserc Add support for command history, Firebase deploy 2021-05-30 00:15:14 +02:00
.gitignore Add support for command history, Firebase deploy 2021-05-30 00:15:14 +02:00
angular.json Add support for command history, Firebase deploy 2021-05-30 00:15:14 +02:00
browserslist Add project with Angular 12 and set some styles 2021-05-14 01:56:31 +02:00
firebase.json Add support for command history, Firebase deploy 2021-05-30 00:15:14 +02:00
karma.conf.js Add project with Angular 12 and set some styles 2021-05-14 01:56:31 +02:00
package-lock.json Support sending commands and receiving responses, autocmomplete attempt 2021-05-24 17:10:23 +02:00
package.json Support sending commands and receiving responses, autocmomplete attempt 2021-05-24 17:10:23 +02:00
README.md Add support for command history, Firebase deploy 2021-05-30 00:15:14 +02:00
tsconfig.app.json Add project with Angular 12 and set some styles 2021-05-14 01:56:31 +02:00
tsconfig.json Add project with Angular 12 and set some styles 2021-05-14 01:56:31 +02:00
tsconfig.spec.json Add project with Angular 12 and set some styles 2021-05-14 01:56:31 +02:00
tslint.json Add project with Angular 12 and set some styles 2021-05-14 01:56:31 +02:00

TBConsoleClient

A console client website that can be used to enter commands in Techblox. You need to install the TBConsole mod for it to work.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.