UNPKG

generator-ngfs

Version:

Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node

7 lines (5 loc) 205 B
'use strict'; angular.module('<%= scriptAppName %>') .service('<%= classedName %>', function <%= classedName %>() { // AngularJS will instantiate a singleton by calling "new" on this function });