From fd705a9d1f8549ea35bedf0d257484f3c858e3b2 Mon Sep 17 00:00:00 2001 From: Nitin Singh Date: Fri, 23 Jun 2023 09:44:36 -0400 Subject: [PATCH] angular read me update (#75) --- README.md | 2 +- frontend/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2d9559..d56fead 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The apps written in the following JavaScript frameworks/libraries: The web application presented here is uncomplicated yet functional. It features a user registration and login page that are fully operational, as well as a comprehensive demonstration of **CRUD** (Create, Read, Update, Delete) functionality that incorporates Angular Routing and examples of REST API usage with Express.js. Additionally, the REST services are safeguarded by implementing **JWT** (JSON Web Tokens) for enhanced security. ### Built With -#### Angular (15.0.3) +#### Angular (16.0.1) The frontend of this project is built with Angular, which is represented by the "A" in MEAN stack. To enable Server Side Rendering (SSR), we opted to use the Node.js Alpine image instead of a lightweight Docker image like Nginx to run the Angular application. The project includes sample code for various functionalities, such as diff --git a/frontend/README.md b/frontend/README.md index 1065b92..0a3e995 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,6 +1,6 @@ # Frontend (Angular) -Frontend for application using Angular (updated to 15.0.3) +Frontend for application using Angular (updated to 16.0.1) ## Development server