Skip to content

CoreServiceTemplate

Ben Cuan edited this page Sep 9, 2017 · 3 revisions

Directory

app/path/to/class/this.service

Contributors

Latest Update

X.y.z by dbqeo, another contributor

Description

Briefly describe core functionality of the service, and what it may be used for. No need to describe any methods - those are already documented above!

Properties

  • property : type - what is this property

Methods

doSomething(parameter: any) : returnType

Description.
/** @param {any} parameter - what is this parameter **/
doSomethingElse(parameter: string) : void

Description.
/** @param {string} parameter - what is this parameter **/

Clone this wiki locally