In this article, I’m going to explain how we can integrate both Angular frontend with REST API developed using Spring Boot. Additionally, I’m covering full CRUD with angular 10.
Technologies Going to Use,
- Angular 10.1.5
- Bootstrap 4.0
- lodash 4.17
- Angular HttpClient
Main topics I’m going to discuss here,
- Up and Running Backend REST API
- Initializing Angular Project
- Adding Additional Modules
- How to install bootstrap with an angular application ?
- Forms Modules in to the Angular Project
- Adding Additional Modules
- Defining REST API Client with HttpClient
- Developing UI Components
- Defining Routing and Main Menu
- Author Registration UI Component
- Registering Author
- Loading Registered Users
- Book Registration UI Component
- Delete a Registered Book
- Editing a Registered Book
- Register Member UI Component
- Library Main Window UI Component
- Conclusion
📄 Original Tutorial Angular 10 CRUD with Spring Boot REST API
Related Articles
- How to Create a Spring Boot Project
- Spring Boot REST API CRUD With DynamoDB Tutorial
- Spring Boot REST API Using JPA, Hibernate, MySQL Tutorial
- Database Migration Using Flyway in Spring Boot
This project was generated with Angular CLI version 10.1.6.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
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
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.