Run the below command to generate angular service in the project directory
ng generate service {service-name}
or
ng g s {service-name} -m app.module
The below example shows creating a service with name as fetchData.
The reference is also updated in app.module