Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 343 Bytes

USAGE.md

File metadata and controls

22 lines (14 loc) · 343 Bytes

Service

We can create Angular.js Service which can later be used in the App. For further details refer Angular.js Official Docs

Command Usage

Example

    $ yo boom:service service_name

This will create

    app/js/services/service_name.js