notebooks/components/crud-web-apps/tensorboards/frontend
Elena Zioga 6c284d5271 twa(front): Install prettier and add gh action (kubeflow/kubeflow#6850)
* twa(front): Add script file

Signed-off-by: Elena Zioga <elena@arrikto.com>

* twa(front): Install Prettier

Signed-off-by: Elena Zioga <elena@arrikto.com>

* twa(front): Format code

Signed-off-by: Elena Zioga <elena@arrikto.com>

* twa(front): Add formatting/linting to TWA's frontend workflow

Signed-off-by: Elena Zioga <elena@arrikto.com>

Signed-off-by: Elena Zioga <elena@arrikto.com>
2023-01-03 13:38:24 +00:00
..
e2e Update CRUD web apps from Angular 8 to Angular 12 (kubeflow/kubeflow#6004) 2021-07-21 02:35:50 -07:00
i18n fix(web-apps): Use Angular's i18n proposed implementation (kubeflow/kubeflow#6065) 2021-08-12 05:13:03 -07:00
scripts twa(front): Install prettier and add gh action (kubeflow/kubeflow#6850) 2023-01-03 13:38:24 +00:00
src twa(front): Install prettier and add gh action (kubeflow/kubeflow#6850) 2023-01-03 13:38:24 +00:00
.browserslistrc Update CRUD web apps from Angular 8 to Angular 12 (kubeflow/kubeflow#6004) 2021-07-21 02:35:50 -07:00
.editorconfig Add TWA frontend (kubeflow/kubeflow#5267) 2020-08-31 09:32:21 -07:00
.eslintrc.json crud-web-apps: Apply ng lint (kubeflow/kubeflow#6580) 2022-07-20 12:12:21 +00:00
.gitignore feat(jupyter): add fonts as assets to service (kubeflow/kubeflow#5691) 2021-06-02 10:44:35 -07:00
.prettierrc Add TWA frontend (kubeflow/kubeflow#5267) 2020-08-31 09:32:21 -07:00
README.md chore(docs): It's better to refer to the cli documents, not repo's readme (kubeflow/kubeflow#6239) 2021-12-08 22:05:54 +00:00
angular.json web-apps(front): Enable source maps in WAs (kubeflow/kubeflow#6787) 2022-12-09 14:12:11 +00:00
karma.conf.js twa(front): Fix unit tests (kubeflow/kubeflow#6824) 2022-12-09 10:44:11 +00:00
package-lock.json twa(front): Install prettier and add gh action (kubeflow/kubeflow#6850) 2023-01-03 13:38:24 +00:00
package.json twa(front): Install prettier and add gh action (kubeflow/kubeflow#6850) 2023-01-03 13:38:24 +00:00
tsconfig.app.json Update CRUD web apps from Angular 8 to Angular 12 (kubeflow/kubeflow#6004) 2021-07-21 02:35:50 -07:00
tsconfig.json [wa-upgrade-k8s-client] Upgrade @kubernetes/client-node in wa frontends (kubeflow/kubeflow#6696) 2022-11-03 08:37:05 +00:00
tsconfig.spec.json Add TWA frontend (kubeflow/kubeflow#5267) 2020-08-31 09:32:21 -07:00

README.md

Frontend

This project was generated with Angular CLI version 8.3.20.

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 documents.