We already have created two separate projects
1. An angular Project
2. A Spring Boot RESTful application
Important command- npm start
Execute at: Angular Project
Angular Project runs at port 4200 at localhost
Spring boot runs with an embedded server at port 8080 at localhost
This is the end of the tutorial that where an Angular client invokes a RESTful API created by a Spring Boot application.