Skip to content

Commit

Permalink
read me angular version update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin27may committed Nov 16, 2023
1 parent 774b395 commit a0aacdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [Project Folders](#project-folders)
- [About Project](#about-project)
- [Built With](#built-with)
- [Angular (17.0.1)](#angular-1701)
- [Angular (17.0.3)](#angular-1703)
- [Expressjs (4.17.1)](#expressjs-4171)
- [Mongo DB](#mongo-db)
- [NGINX](#nginx)
Expand Down Expand Up @@ -76,7 +76,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 (17.0.1)
#### Angular (17.0.3)
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
Expand Down
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Frontend (Angular)

Frontend for application using Angular (updated to 17.0.1)
Frontend for application using Angular (updated to 17.0.3)

## Development server

Expand Down

0 comments on commit a0aacdd

Please sign in to comment.