Skip to content

CoreComponentTemplate

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

Directory

app/path/to/class/this.component

Contributors

Latest Update

X.y.z by dbqeo, another contributor

Path in App

/something/

Description

Describe, in detail, every aspect of this component and its functionality. Remember to include details of expected usage!

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