notebooks/components/crud-web-apps/tensorboards/frontend
dependabot[bot] 7540acfea8 build(deps): bump lodash-es from 4.17.11 to 4.17.21 in /components/crud-web-apps/tensorboards/frontend (kubeflow/kubeflow#6402)
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21)

---
updated-dependencies:
- dependency-name: lodash-es
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-14 09:19:53 +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
src frontend: Use responsive tables instead of cards (kubeflow/kubeflow#6316) 2022-01-26 13:30:44 +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
.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 fix(web-apps): Use Angular's i18n proposed implementation (kubeflow/kubeflow#6065) 2021-08-12 05:13:03 -07:00
karma.conf.js Add TWA frontend (kubeflow/kubeflow#5267) 2020-08-31 09:32:21 -07:00
package-lock.json build(deps): bump lodash-es from 4.17.11 to 4.17.21 in /components/crud-web-apps/tensorboards/frontend (kubeflow/kubeflow#6402) 2022-04-14 09:19:53 +00:00
package.json build(deps): bump lodash-es from 4.17.11 to 4.17.21 in /components/crud-web-apps/tensorboards/frontend (kubeflow/kubeflow#6402) 2022-04-14 09:19:53 +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 Update CRUD web apps from Angular 8 to Angular 12 (kubeflow/kubeflow#6004) 2021-07-21 02:35:50 -07:00
tsconfig.spec.json Add TWA frontend (kubeflow/kubeflow#5267) 2020-08-31 09:32:21 -07:00
tslint.json Update CRUD web apps from Angular 8 to Angular 12 (kubeflow/kubeflow#6004) 2021-07-21 02:35:50 -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.