From 5c1e4b03633046010a836b5cfcb076016a27a04c Mon Sep 17 00:00:00 2001 From: Thabo Maduna Date: Wed, 10 Jan 2024 14:05:58 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 723d0df..892c234 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Foodea +The project is a small food recipe website, enjoy!... + This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.3. ## Development server From 92da628b6b4bffbe0ca355c81b890da6503d0820 Mon Sep 17 00:00:00 2001 From: Thabo Maduna Date: Fri, 9 Feb 2024 18:44:00 +0200 Subject: [PATCH 2/4] Remove NgxsReduxDevtoolsPluginModule import --- src/app/app.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/app.config.ts b/src/app/app.config.ts index 9798872..6412148 100644 --- a/src/app/app.config.ts +++ b/src/app/app.config.ts @@ -4,7 +4,6 @@ import { routes } from './app.routes'; import { provideClientHydration } from '@angular/platform-browser'; import { provideHttpClient, withFetch } from '@angular/common/http'; import { NgxsModule } from '@ngxs/store'; -import { NgxsReduxDevtoolsPluginModule } from '@ngxs/devtools-plugin'; import { UserState } from './src/states/user.state'; import { RecipeState } from './src/states/recipe.state'; @@ -20,7 +19,6 @@ export const appConfig: ApplicationConfig = { RecipeState ] ), - NgxsReduxDevtoolsPluginModule.forRoot() )] }; From df3081a0b1dcbbec2d6220692d11550b125b3081 Mon Sep 17 00:00:00 2001 From: Thabo Maduna Date: Fri, 9 Feb 2024 19:42:02 +0200 Subject: [PATCH 3/4] Add Google AdSense script --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index bade313..dfbc9ac 100644 --- a/src/index.html +++ b/src/index.html @@ -6,6 +6,7 @@ + From cc8c7efdbc5db46c81a3485385a247fa6635cddf Mon Sep 17 00:00:00 2001 From: Thabo Maduna Date: Fri, 16 Feb 2024 08:15:51 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 892c234..bfcf514 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Foodea -The project is a small food recipe website, enjoy!... +The project is a small food recipe website, it is hosted on https://www.foodea.co.za/home enjoy!... This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.3.