Konstantina Galouni
de99784b5e
1. multiple-auto-complete.component.html: a. #7137: show full width for input ([matAutocompleteConnectedTo]="origin") | wrap title into multiple lines (added classes "title-subtitle-fn", "subtitle-fn", "subtitle-fn-inner" and updated classes "title-fn", "title-fn-inner"). b. single-auto-complete.component.html: #7136: Show "No results found" when user is not typing and there are no results. c. added check to show this label according to "showNoResultsLabel" input parameter. 2. multiple-auto-complete.component.ts & single-auto-complete.component.ts: a. Added field "queryValue", input "showNoResultsLabel". b. increase "requestDelay" from 400 to 600ms. 3. multiple-auto-complete.component.scss: wrap title into multiple lines (added classes "title-subtitle-fn", "subtitle-fn", "subtitle-fn-inner" and updated classes "title-fn", "title-fn-inner"). 4. dmp-invitation-dialog.component.html: In <app-multiple-auto-complete> added parameter [showNoResultsLabel]="false". |
||
---|---|---|
.. | ||
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.