How to create a Service in Angular ?, What is the use of Service class in angular ?, how to add a different http address in angular project ?
The video describes the connecting of our spring project to our Angular Project in-process. The creation of service in angular, then addition of "HttpClientModule" in app.module.ts file is not being shown but can be easily done by adding "HttpClientModule" and importing it in app.module.ts file
Also for creation of service you can run the command "ng generate service serviceapi" instruction in the node terminal in vscode or any terminal where you can open the project !
#angular #angularjs #angular14 #angularcomponents