-
Notifications
You must be signed in to change notification settings - Fork 3
CoreComponentTemplate
Ben Cuan edited this page Sep 9, 2017
·
2 revisions
app/path/to/class/this.component
X.y.z by dbqeo, another contributor
/something/
Describe, in detail, every aspect of this component and its functionality. Remember to include details of expected usage!
- 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 **/