Go to file
Konstantina Galouni b6de9c6d70 [Monitor & Library | develop]: [Bug fix] Refactor code for showing help button or not.
1. quick-contact.service.ts: Initialize display to true (assume it is not intersecting, otherwise in pages without this section, it can't be initialized correctly).
2. home.component.ts: Removed field "showQuickContact" | In constructor set quickContactService.setDisplay(false) | Refactor intersectionObserver.
3. app-routing.module.ts: In "contact-us" route, set data: {hasQuickContact: false}.
4. app.component.ts: Updated checks for <quick-contact> | Added public showQuickContact: boolean; to be initialized by layoutService.hasQuickContact.
2023-07-06 15:28:53 +03:00
e2e [Monitor | Trunk]: Update to angular 11 2021-07-14 15:47:49 +00:00
src [Monitor & Library | develop]: [Bug fix] Refactor code for showing help button or not. 2023-07-06 15:28:53 +03:00
.browserslistrc [Monitor | Trunk]: Update to angular 11 2021-07-14 15:47:49 +00:00
.gitignore Add .angular folder in .gitignore and package.json after build clean script 2022-09-23 15:42:24 +03:00
.gitmodules Add openaire-theme 2022-02-11 13:20:22 +02:00
README.md [Monitor | Trunk]: Update to angular 11 2021-07-14 15:47:49 +00:00
angular.json Disable inline critical css in angular.json 2022-10-03 13:34:22 +03:00
package.json Update Uikit to version 3.13.10. Update library 2023-05-02 18:10:40 +03:00
server.ts minor commit 2022-10-03 12:25:55 +03:00
tsconfig.json Update angular core and cli to version 14 2022-09-23 15:36:10 +03:00

README.md

Monitor

This project was generated with Angular CLI version 7.3.10 and has been updated to 11.2.14.

Install packages

Run npm install (maybe needs sudo), a script that will delete unused files from library will be run.

Development server

Run npm start for a dev server. Navigate to http://localhost:4500/. The app will automatically reload if you change any of the source files.

Build - CSR

Use the npm run build-dev for a development build.
Use the npm run build-beta for a beta build.
Use the npm run build-prod for a production build.

Build - SSR

Use the npm run build:ssr-dev for a development build.
Use the npm run build:ssr-beta for a beta build.
Use the npm run build:ssr-prod for a production build.

Run SSR

npm run serve:ssr will run the last server build.

Webpack Analyzer

In order to analyze bundle size you can run npm run webpack-bundle-analyzer

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.