(function (exports, require, module, __filename, __dirname) { angular.module('
^
ReferenceError: angular is not defined
at Object.<anonymous> (.../mobileApp/www/app/app.js:1:63)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/usr/local/lib/node_modules/loopback-angular-cli/bin/lb-ng:24:11)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
$ lb-ng path/to/app.js js/lb-services.jsangular.module('myApp', []);--
You received this message because you are subscribed to the Google Groups "LoopbackJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loopbackjs+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
$ mkdir js$ lb-ng path/to/app.js js/lb-services.js