Skip to content

JavatoDev-com/springboot-angular10-crud

Repository files navigation

Angular 10 CRUD with Spring Boot REST API

Angular 10 CRUD with Spring Boot REST API

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
  • 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

SpringbootAngular10Crud

This project was generated with Angular CLI version 10.1.6.

Development server

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.

Code scaffolding

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.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published