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.
 
 
 
 
Go to file
Alex Martzios dc1c4e8ecd update openaireLibrary repo 2 years ago
e2e [Admin | Trunk]: Update to Angular 11 3 years ago
src update openaireLibrary repo 2 years ago
.browserslistrc [Admin | Trunk]: Update to Angular 11 3 years ago
.gitignore [Connect-Admin]: Remove clean-library. Add gitignore. Add gitmodules 3 years ago
.gitmodules [Connect-Admin]: Remove clean-library. Add gitignore. Add gitmodules 3 years ago
README.md [Admin | Trunk]: Update to Angular 11 3 years ago
angular.json [Admin | Trunk]: Update to Angular 11 3 years ago
interactivemining-install.sh Interactive mining script change github to gitea repo 2 years ago
package.json add sinlge login properties in beta, minor change in customization - background 2 years ago
tsconfig.json [Admin | Trunk]: Update to Angular 11 3 years ago

README.md

Connect Admin

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:5000. 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.

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.