Go to file
dependabot[bot] 64befdc9b1
Bump minimatch and @angular-devkit/build-angular
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `@angular-devkit/build-angular` from 12.1.4 to 16.1.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/12.1.4...16.1.4)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 11:44:23 +00:00
.github Create dependabot.yml 2023-07-12 13:33:24 +03:00
.idea package-lock fix 2023-07-12 14:26:00 +03:00
e2e initial commit 2019-11-13 10:22:40 +00:00
src package-lock fix 2023-07-12 14:26:00 +03:00
.browserslistrc Merging angular-upgrade branch 2021-07-08 09:44:57 +00:00
.editorconfig initial commit 2019-11-13 10:22:40 +00:00
.gitignore added gitignore file 2023-07-12 14:31:08 +03:00
README.md initial commit 2019-11-13 10:22:40 +00:00
angular.json svn merge -r 61523:HEAD https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/open-science-observatory-ui/branches/new-indicators-and-graphs-osfair-2021 2023-07-11 14:00:53 +00:00
package-lock.json Bump minimatch and @angular-devkit/build-angular 2023-07-12 11:44:23 +00:00
package.json Bump minimatch and @angular-devkit/build-angular 2023-07-12 11:44:23 +00:00
tsconfig.json Merging angular-upgrade branch 2021-07-08 09:44:57 +00:00
tslint.json Merging angular-upgrade branch 2021-07-08 09:44:57 +00:00

README.md

OpenScienceObservatoryUi

This project was generated with Angular CLI version 7.0.4.

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.