Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 389 Bytes

File metadata and controls

16 lines (11 loc) · 389 Bytes

Service

Generates an AngularJS service.

Example:

yo angular-fullstack:service myService
[?] Where would you like to create this service? client/app/

Produces:

client/app/myService/myService.service.js
client/app/myService/myService.service.spec.js

You can also do yo angular-fullstack:factory and yo angular-fullstack:provider for other types of services.