You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
argos/dmp-frontend
Konstantina Galouni 7a7f12b83a Fixed #7182: Required field names appearing in the warning modal.
dataset-wizard.component.ts & dmp-editor.component.ts & form-validation-errors-dialog.component.ts:
a. For 'mat-select', use placeholder instead of aria-label.
b. [Bug fix] For 'app-multiple-auto-complete' dig into 2 more levels (formControl.nativeElement.firstChild.firstChild.firstChild.children) --> reason: commit de99784b5e: moved <input> inside <mat-chip-list>.
2 years ago
..
e2e no message 6 years ago
src Fixed #7182: Required field names appearing in the warning modal. 2 years ago
.browserslistrc upgrade to Angular 12 3 years ago
.dockerignore no message 6 years ago
.editorconfig rxjs refactor 5 years ago
.gitignore no message 6 years ago
Dockerfile ci changes 3 years ago
Dockerfile.CI ci changes 3 years ago
README.md no message 6 years ago
angular.json upgrade to Angular 12 3 years ago
mime.types Improve self deployment 4 years ago
nginx-custom.conf Introduced Facet Search Component On Dataset Public Listing 6 years ago
nginx.conf Improve self deployment 4 years ago
nginx.conf.CI ci changes 3 years ago
package.json Description boxes in admin forms replaced with rich text editor <angular-editor>. 3 years ago
protractor.conf.js rxjs refactor 5 years ago
start_nginx.sh ci changes 3 years ago
tsconfig.json upgrade to Angular 12 3 years ago
tslint.json upgrade to Angular 12 3 years ago

README.md

DmpFrontend2

This project was generated with Angular CLI version 1.7.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.