Konstantina Galouni
d7ee7b8d93
1. dataset-profile-editor-composite-field.component.html: #7792 - use <textarea> instead of <input> for question titles. 2. dataset-profile-editor-field.component.ts: #7790 - Set default value "unchecked" for checkbox. 3. dataset-profile.service.ts: In methods "createForm()" and "newVersion" updated response type from DatasetProfileEditorModel to string (id is returned only) and use httpClient instead of http. 4. dataset-profile-editor.component.html: a. [Bug fix] Fix conditions in action buttons (Save/Update/Finalize) b. On "Update" action button, added update dropdown options "Update & Continue", "Update & Close" and set default behavior "Update & Continue". c. On save dropdown options, used DATASET-PROFILE-EDITOR.ACTIONS instead of DATASET-WIZARD.ACTIONS. 5. dataset-profile-editor.component.ts: a. [Bug fix] #7791 - Created method "afterSave()" to be called in "onSubmit()" method when api calls return b. Added optional parameter "close: boolean = false" in method "updateAndFinalize". 6. i18n/: a. Added DATASET-WIZARD.ACTIONS.SAVE-AND-CONTINUE, DATASET-WIZARD.ACTIONS.SAVE-AND-CLOSE, DATASET-WIZARD.ACTIONS.UPDATE-AND-CONTINUE, DATASET-WIZARD.ACTIONS.UPDATE-AND-CLOSE. b. #7750 - Changed placeholder text in the prefilling search box (DATASET-CREATE-WIZARD.PREFIL-STEP.SEARCH). |
||
---|---|---|
.. | ||
e2e | ||
src | ||
.browserslistrc | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
Dockerfile | ||
Dockerfile.CI | ||
README.md | ||
angular.json | ||
mime.types | ||
nginx-custom.conf | ||
nginx.conf | ||
nginx.conf.CI | ||
package.json | ||
protractor.conf.js | ||
start_nginx.sh | ||
tsconfig.json | ||
tslint.json |
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.