// Import the Service import { _{{toService name}} } from "./{{name}}.functions" // add the Service (this isnt necessary, as long as you load the file.) // providedServices.push({ // service: _{{toService name}}, // options: { // id: "{{ name }}", // } // });