From 85ad7ab8da86de3f42e68ff84b7f3321214e9350 Mon Sep 17 00:00:00 2001 From: swoocn Date: Wed, 10 Apr 2024 07:57:35 -0400 Subject: [PATCH 1/3] Adjusted Frontend Local Execution instructions. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 302af01..c2656bc 100755 --- a/README.md +++ b/README.md @@ -40,31 +40,26 @@ The Map of Pi Front End Project was generated with [Angular CLI](https://github. ### Build the Project -- Change directory to front end using `cd frontend`. - Run `ng build` to build the project. - The build artifacts will be stored in the dist/ directory. ### Execute the Development Server -- Change directory to front end using `cd frontend`. - Execute `ng serve` to spin up a dev server. - Navigate to http://localhost:4200/ in your browser. - The application will automatically reload if you change any of the source files. ### Execute Unit Tests -- Change directory to front end using `cd frontend`. - Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). ### Execute the End-to-End Tests -- Change directory to front end using `cd frontend`. - Run `ng e2e` to execute the end-to-end tests via a platform of your choice. - To use this command, you need to first add a package that implements end-to-end testing capabilities. ### Code Scaffolding -- Change directory to front end using `cd frontend`. - 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`. ## Team 🧑👩‍🦱🧔👨🏾‍🦱👨🏾 From 3d8e8e4f80aa4e75a0d11437e346d857104e49a7 Mon Sep 17 00:00:00 2001 From: swoocn Date: Wed, 10 Apr 2024 16:12:17 -0400 Subject: [PATCH 2/3] Map of Pi email correction. --- src/app/dialogs/information/information.component.html | 4 ++-- src/app/dialogs/information/information.component.ts | 2 +- src/app/shared/footer/footer.component.html | 2 +- src/app/shared/privacy-policy/privacy-policy.component.ts | 2 +- src/app/shared/terms-of-service/terms-of-service.component.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/dialogs/information/information.component.html b/src/app/dialogs/information/information.component.html index 88af093..38ed00a 100644 --- a/src/app/dialogs/information/information.component.html +++ b/src/app/dialogs/information/information.component.html @@ -14,7 +14,7 @@

{{ version }}

{{ email }} + {{ 'INFORMATION_DIALOG.REPORTING_MESSAGE' | translate }} {{ email }}
diff --git a/src/app/dialogs/information/information.component.ts b/src/app/dialogs/information/information.component.ts index 656a0d9..68e83f5 100644 --- a/src/app/dialogs/information/information.component.ts +++ b/src/app/dialogs/information/information.component.ts @@ -16,7 +16,7 @@ export class InformationComponent { version: string = 'Beta V2.0'; logo: string = "../../assets/images/logo.svg"; - email: string = 'info@mapofpi.com'; + email: string = 'mapofpi@gmail.com'; stopPropagation(event: MouseEvent): void { // prevent the click event from reaching the parent container. diff --git a/src/app/shared/footer/footer.component.html b/src/app/shared/footer/footer.component.html index 4442d3b..ef53880 100644 --- a/src/app/shared/footer/footer.component.html +++ b/src/app/shared/footer/footer.component.html @@ -1,6 +1,6 @@