Child pages
  • Specification (.spec file)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See Server Side Scripting for more info about server side scripting.

Api doc file

(Since 2021.12)

A component or service can have a doc file for specifying documentation of the api. This is the same as the JSDoc in client side (.js) file, but is needed because NG2 doesn't have a js file that we can use in this way, requiring doc to be specified in another place.

...