All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Javascript-Closure-Angular.es6.module.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{#apiInfo}}
{{#apis}}
{{#operations}}
import {{classname}} from './resources/{{classname}}';
{{/operations}}
{{/apis}}

let moduleName = '{{appName}}'.toLowerCase().replace(/\s/g, '.');

export default angular
  .module(moduleName, [])
  {{#apis}}
  {{#operations}}
  .service('{{classname}}', {{classname}})
  {{/operations}}
  {{/apis}};

{{/apiInfo}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy