-
Notifications
You must be signed in to change notification settings - Fork 3
CoreServiceTemplate
Ben Cuan edited this page Sep 9, 2017
·
3 revisions
app/path/to/class/this.service
X.y.z by dbqeo, another contributor
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!
- property : type - what is this property
doSomething(parameter: any) : returnType
Description.
/** @param {any} parameter - what is this parameter **/doSomethingElse(parameter: string) : void
Description.
/** @param {string} parameter - what is this parameter **/